[INFO] fetching crate vecmat 0.6.0... [INFO] testing vecmat-0.6.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate vecmat 0.6.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate vecmat 0.6.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate vecmat 0.6.0 [INFO] finished tweaking crates.io crate vecmat 0.6.0 [INFO] tweaked toml for crates.io crate vecmat 0.6.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8d8486fbd3687865a8e23f4bfa45c001ab9a442ac76d85a8cfe82995daaa965 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a8d8486fbd3687865a8e23f4bfa45c001ab9a442ac76d85a8cfe82995daaa965", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8d8486fbd3687865a8e23f4bfa45c001ab9a442ac76d85a8cfe82995daaa965", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8d8486fbd3687865a8e23f4bfa45c001ab9a442ac76d85a8cfe82995daaa965", kill_on_drop: false }` [INFO] [stdout] a8d8486fbd3687865a8e23f4bfa45c001ab9a442ac76d85a8cfe82995daaa965 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4850945e4536e66c44cb78b3d2ede0881afe569705399bf4870d9b567d412d46 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4850945e4536e66c44cb78b3d2ede0881afe569705399bf4870d9b567d412d46", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling vecmat v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/approx.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl AbsDiffEq for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/approx.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | impl AbsDiffEq for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | impl From, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | impl From, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | impl From<[Vector; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:32:31 [INFO] [stdout] | [INFO] [stdout] 32 | impl From<[Vector; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | impl From<[[T; N]; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | impl From<[[T; N]; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | impl Into, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | impl Into, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:47:15 [INFO] [stdout] | [INFO] [stdout] 47 | impl Into<[Vector; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:47:31 [INFO] [stdout] | [INFO] [stdout] 47 | impl Into<[Vector; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:52:15 [INFO] [stdout] | [INFO] [stdout] 52 | impl Into<[[T; N]; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:52:31 [INFO] [stdout] | [INFO] [stdout] 52 | impl Into<[[T; N]; M]> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | impl From<&Vector, M>> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:58:31 [INFO] [stdout] | [INFO] [stdout] 58 | impl From<&Vector, M>> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | impl From<&[Vector; M]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | impl From<&[Vector; M]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | impl From<&[[T; N]; M]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:74:31 [INFO] [stdout] | [INFO] [stdout] 74 | impl From<&[[T; N]; M]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:82:31 [INFO] [stdout] | [INFO] [stdout] 82 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | impl AsRef, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | impl AsRef, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:107:15 [INFO] [stdout] | [INFO] [stdout] 107 | impl AsMut, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | impl AsMut, M>> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | impl<'a, T, const M: usize, const N: usize> Into<&'a Vector, M>> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:135:35 [INFO] [stdout] | [INFO] [stdout] 135 | impl<'a, T, const M: usize, const N: usize> Into<&'a Vector, M>> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:142:19 [INFO] [stdout] | [INFO] [stdout] 142 | impl<'a, T, const M: usize, const N: usize> Into<&'a mut Vector, M>> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:142:35 [INFO] [stdout] | [INFO] [stdout] 142 | impl<'a, T, const M: usize, const N: usize> Into<&'a mut Vector, M>> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 149 | impl<'a, T, const M: usize, const N: usize> Into<&'a [[T; N]; M]> for &'a Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:149:35 [INFO] [stdout] | [INFO] [stdout] 149 | impl<'a, T, const M: usize, const N: usize> Into<&'a [[T; N]; M]> for &'a Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:154:19 [INFO] [stdout] | [INFO] [stdout] 154 | impl<'a, T, const M: usize, const N: usize> Into<&'a mut [[T; N]; M]> for &'a mut Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:154:35 [INFO] [stdout] | [INFO] [stdout] 154 | impl<'a, T, const M: usize, const N: usize> Into<&'a mut [[T; N]; M]> for &'a mut Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:160:15 [INFO] [stdout] | [INFO] [stdout] 160 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:160:31 [INFO] [stdout] | [INFO] [stdout] 160 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:174:19 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'a, T, const M: usize, const N: usize> TryFrom<&'a [Vector]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:174:35 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'a, T, const M: usize, const N: usize> TryFrom<&'a [Vector]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:187:19 [INFO] [stdout] | [INFO] [stdout] 187 | impl<'a, T, const M: usize, const N: usize> TryFrom<&'a [T]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/convert.rs:187:35 [INFO] [stdout] | [INFO] [stdout] 187 | impl<'a, T, const M: usize, const N: usize> TryFrom<&'a [T]> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | impl Matrix, M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | impl Matrix, M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | impl Matrix, M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | impl Matrix, M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:35:31 [INFO] [stdout] | [INFO] [stdout] 35 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | impl Default for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:43:31 [INFO] [stdout] | [INFO] [stdout] 43 | impl Default for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:52:15 [INFO] [stdout] | [INFO] [stdout] 52 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:52:31 [INFO] [stdout] | [INFO] [stdout] 52 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:75:15 [INFO] [stdout] | [INFO] [stdout] 75 | impl Index<(usize, usize)> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:75:31 [INFO] [stdout] | [INFO] [stdout] 75 | impl Index<(usize, usize)> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:81:15 [INFO] [stdout] | [INFO] [stdout] 81 | impl IndexMut<(usize, usize)> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:81:31 [INFO] [stdout] | [INFO] [stdout] 81 | impl IndexMut<(usize, usize)> for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:87:31 [INFO] [stdout] | [INFO] [stdout] 87 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:95:31 [INFO] [stdout] | [INFO] [stdout] 95 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:107:15 [INFO] [stdout] | [INFO] [stdout] 107 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/init.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:47:15 [INFO] [stdout] | [INFO] [stdout] 47 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:47:31 [INFO] [stdout] | [INFO] [stdout] 47 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | impl IntoIterator for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:58:31 [INFO] [stdout] | [INFO] [stdout] 58 | impl IntoIterator for Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | impl<'a, T, const M: usize, const N: usize> IntoIterator for &'a Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:72:35 [INFO] [stdout] | [INFO] [stdout] 72 | impl<'a, T, const M: usize, const N: usize> IntoIterator for &'a Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | impl<'a, T, const M: usize, const N: usize> IntoIterator for &'a mut Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:79:35 [INFO] [stdout] | [INFO] [stdout] 79 | impl<'a, T, const M: usize, const N: usize> IntoIterator for &'a mut Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | impl Matrix<(usize, usize), M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:88:28 [INFO] [stdout] | [INFO] [stdout] 88 | impl Matrix<(usize, usize), M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:95:31 [INFO] [stdout] | [INFO] [stdout] 95 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | impl Matrix<(T, U), M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:109:34 [INFO] [stdout] | [INFO] [stdout] 109 | impl Matrix<(T, U), M, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:116:15 [INFO] [stdout] | [INFO] [stdout] 116 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/iter.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/mod.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/base/mod.rs:12:44 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/format.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Debug for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/format.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | impl Debug for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/format.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | impl Display for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/format.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | impl Display for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | impl Neg for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:12:31 [INFO] [stdout] | [INFO] [stdout] 12 | impl Neg for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Add for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | impl Add for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:31:15 [INFO] [stdout] | [INFO] [stdout] 31 | impl Sub for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 31 | impl Sub for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 40 | impl Mul for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:40:31 [INFO] [stdout] | [INFO] [stdout] 40 | impl Mul for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | impl Div for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 49 | impl Div for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | impl Rem for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:58:31 [INFO] [stdout] | [INFO] [stdout] 58 | impl Rem for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | impl Mul for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:68:31 [INFO] [stdout] | [INFO] [stdout] 68 | impl Mul for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | impl Div for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:77:31 [INFO] [stdout] | [INFO] [stdout] 77 | impl Div for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | impl Rem for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | impl Rem for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | impl AddAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:96:31 [INFO] [stdout] | [INFO] [stdout] 96 | impl AddAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | impl SubAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:106:31 [INFO] [stdout] | [INFO] [stdout] 106 | impl SubAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:116:15 [INFO] [stdout] | [INFO] [stdout] 116 | impl MulAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | impl MulAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | impl DivAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:126:31 [INFO] [stdout] | [INFO] [stdout] 126 | impl DivAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:136:15 [INFO] [stdout] | [INFO] [stdout] 136 | impl RemAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:136:31 [INFO] [stdout] | [INFO] [stdout] 136 | impl RemAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:147:15 [INFO] [stdout] | [INFO] [stdout] 147 | impl MulAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | impl MulAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:157:15 [INFO] [stdout] | [INFO] [stdout] 157 | impl DivAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:157:31 [INFO] [stdout] | [INFO] [stdout] 157 | impl DivAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | impl RemAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:167:31 [INFO] [stdout] | [INFO] [stdout] 167 | impl RemAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:178:15 [INFO] [stdout] | [INFO] [stdout] 178 | impl Zero for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:178:31 [INFO] [stdout] | [INFO] [stdout] 178 | impl Zero for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 190 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | impl NormL1 for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:211:31 [INFO] [stdout] | [INFO] [stdout] 211 | impl NormL1 for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:220:15 [INFO] [stdout] | [INFO] [stdout] 220 | impl NormL2 for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:220:31 [INFO] [stdout] | [INFO] [stdout] 220 | impl NormL2 for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | impl NormLInf for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/base.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | impl NormLInf for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | impl Not for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:7:31 [INFO] [stdout] | [INFO] [stdout] 7 | impl Not for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | impl BitAnd for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | impl BitAnd for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | impl BitOr for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 26 | impl BitOr for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | impl BitXor for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:35:31 [INFO] [stdout] | [INFO] [stdout] 35 | impl BitXor for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | impl BitAndAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | impl BitAndAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | impl BitOrAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | impl BitOrAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | impl BitXorAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | impl BitXorAssign for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:76:28 [INFO] [stdout] | [INFO] [stdout] 76 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/bit.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/int.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/int.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/vcmp.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/vcmp.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/vcmp.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/ops/vcmp.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 15 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | impl Outer> for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:7:31 [INFO] [stdout] | [INFO] [stdout] 7 | impl Outer> for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | impl Dot> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | impl Dot> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | impl Dot> for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | impl Dot> for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | impl Dot> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | impl Dot> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/product.rs:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | impl Dot> for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | impl One for Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | struct IndexMask { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | impl IndexMask { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | impl Index for IndexMask { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl IndexMut for IndexMask { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | struct SubmatrixMask { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:83:12 [INFO] [stdout] | [INFO] [stdout] 83 | impl SubmatrixMask { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:103:34 [INFO] [stdout] | [INFO] [stdout] 103 | struct Determinator<'a, T, const N: usize> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | impl<'a, T, const N: usize> Determinator<'a, T, N> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/square.rs:144:15 [INFO] [stdout] | [INFO] [stdout] 144 | impl Matrix [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/transpose.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/matrix/transpose.rs:7:31 [INFO] [stdout] | [INFO] [stdout] 7 | impl Matrix { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/affine.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Affine { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/affine.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | impl Affine { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/affine.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | impl Affine [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/affine.rs:53:15 [INFO] [stdout] | [INFO] [stdout] 53 | impl Transform for Affine [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/affine.rs:105:15 [INFO] [stdout] | [INFO] [stdout] 105 | impl AbsDiffEq for Affine [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/linear.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Linear { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/linear.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Linear { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/linear.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | impl From> for Linear { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/linear.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | impl Into> for Linear { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/linear.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | impl Transform for Linear [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/linear.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | impl AbsDiffEq for Linear [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/shift.rs:14:27 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Shift { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/shift.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Shift { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/shift.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | impl From> for Shift { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/shift.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | impl Into> for Shift { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/shift.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | impl Transform for Shift [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/shift.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | impl AbsDiffEq for Shift [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/transform/mod.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait Transform { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/approx.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl AbsDiffEq for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/format.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Debug for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/format.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | impl Display for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | impl Vector, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | impl Vector, N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:48:15 [INFO] [stdout] | [INFO] [stdout] 48 | impl Default for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | impl Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | impl Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | impl From<[T; N]> for Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | impl From<&[T; N]> for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | impl Into<[T; N]> for Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | impl<'a, T, const N: usize> Into<&'a [T; N]> for &'a Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:120:19 [INFO] [stdout] | [INFO] [stdout] 120 | impl<'a, T, const N: usize> Into<&'a mut [T; N]> for &'a mut Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | impl AsRef<[T; N]> for Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | impl AsMut<[T; N]> for Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:137:15 [INFO] [stdout] | [INFO] [stdout] 137 | impl Index for Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:144:15 [INFO] [stdout] | [INFO] [stdout] 144 | impl IndexMut for Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/init.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:10:30 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct IntoIter { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | impl IntoIter { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | impl Iterator for IntoIter { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | impl Drop for IntoIter { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | impl IntoIterator for Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:74:19 [INFO] [stdout] | [INFO] [stdout] 74 | impl<'a, T, const N: usize> IntoIterator for &'a Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | impl<'a, T, const N: usize> IntoIterator for &'a mut Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | impl<'a, T, const N: usize> TryFrom<&'a [T]> for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 141 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:160:18 [INFO] [stdout] | [INFO] [stdout] 160 | impl Vector<(T, U), N> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:190:41 [INFO] [stdout] | [INFO] [stdout] 190 | pub struct GroupIter { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:194:15 [INFO] [stdout] | [INFO] [stdout] 194 | impl GroupIter [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/iter.rs:204:15 [INFO] [stdout] | [INFO] [stdout] 204 | impl Iterator for GroupIter [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/base/mod.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/dot.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | impl Dot> for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/dot.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | impl Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/dot.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | impl Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | impl Neg for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Add for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:31:15 [INFO] [stdout] | [INFO] [stdout] 31 | impl Sub for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 40 | impl Mul for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | impl Div for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | impl Rem for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | impl Mul for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | impl Div for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | impl Rem for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | impl AddAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | impl SubAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:116:15 [INFO] [stdout] | [INFO] [stdout] 116 | impl MulAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | impl DivAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:136:15 [INFO] [stdout] | [INFO] [stdout] 136 | impl RemAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:147:15 [INFO] [stdout] | [INFO] [stdout] 147 | impl MulAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:157:15 [INFO] [stdout] | [INFO] [stdout] 157 | impl DivAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | impl RemAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | reverse_mul!(u8); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 191 | reverse_mul!(u16); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | reverse_mul!(u32); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | reverse_mul!(u64); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | reverse_mul!(i8); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 195 | reverse_mul!(i16); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | reverse_mul!(i32); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 197 | reverse_mul!(i64); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | reverse_mul!(f32); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | impl Mul> for $T { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 199 | reverse_mul!(f64); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:201:15 [INFO] [stdout] | [INFO] [stdout] 201 | impl Zero for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:234:15 [INFO] [stdout] | [INFO] [stdout] 234 | impl NormL1 for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:243:15 [INFO] [stdout] | [INFO] [stdout] 243 | impl NormL2 for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/base.rs:252:15 [INFO] [stdout] | [INFO] [stdout] 252 | impl NormLInf for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Not for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | impl BitAnd for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | impl BitOr for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | impl BitXor for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | impl BitAndAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:52:15 [INFO] [stdout] | [INFO] [stdout] 52 | impl BitOrAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | impl BitXorAssign for Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/bit.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | impl Vector { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/int.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/vcmp.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | impl Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const generics are unstable [INFO] [stdout] --> src/vector/ops/vcmp.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | impl Vector [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #74878 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 282 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vecmat` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "4850945e4536e66c44cb78b3d2ede0881afe569705399bf4870d9b567d412d46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4850945e4536e66c44cb78b3d2ede0881afe569705399bf4870d9b567d412d46", kill_on_drop: false }` [INFO] [stdout] 4850945e4536e66c44cb78b3d2ede0881afe569705399bf4870d9b567d412d46