Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.78.0-nightly (a84bb95a1 2024-02-13)
# docs.rs version docsrs 0.6.0 (a0c5cca6 2024-02-14)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/array_math-0.2.17/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/array_math-0.2.17/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240213-1.78.0-nightly-a84bb95a1\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 446661c878fd743a5de9ed13762e48684941265bae474a01414e8951d7c9409e [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" "446661c878fd743a5de9ed13762e48684941265bae474a01414e8951d7c9409e", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking array__ops v0.1.10 [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_2d_ops.rs:53:21 [INFO] [stderr] | [INFO] [stderr] 53 | unsafe {core::ptr::copy_nonoverlapping( [INFO] [stderr] | _____________________^ [INFO] [stderr] 54 | | &matrix[i][j] as *const T, [INFO] [stderr] 55 | | &mut this_t[j][i] as *mut T, [INFO] [stderr] 56 | | 1 [INFO] [stderr] 57 | | )}; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1024:9 [INFO] [stderr] | [INFO] [stderr] 1024 | core::ptr::copy_nonoverlapping(src_right, dst_left, right); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1025:9 [INFO] [stderr] | [INFO] [stderr] 1025 | core::ptr::copy_nonoverlapping(src_left, dst_right, left); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1046:9 [INFO] [stderr] | [INFO] [stderr] 1046 | core::ptr::copy_nonoverlapping(src_right, dst_left, right); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1047:9 [INFO] [stderr] | [INFO] [stderr] 1047 | core::ptr::copy_nonoverlapping(src_left, dst_right, left); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1094:9 [INFO] [stderr] | [INFO] [stderr] 1094 | / core::ptr::copy_nonoverlapping( [INFO] [stderr] 1095 | | dst_left, [INFO] [stderr] 1096 | | src_left, [INFO] [stderr] 1097 | | N [INFO] [stderr] 1098 | | ); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1099:9 [INFO] [stderr] | [INFO] [stderr] 1099 | / core::ptr::copy_nonoverlapping( [INFO] [stderr] 1100 | | src_right, [INFO] [stderr] 1101 | | dst_left, [INFO] [stderr] 1102 | | right [INFO] [stderr] 1103 | | ); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1104:9 [INFO] [stderr] | [INFO] [stderr] 1104 | / core::ptr::copy_nonoverlapping( [INFO] [stderr] 1105 | | src_left, [INFO] [stderr] 1106 | | dst_right, [INFO] [stderr] 1107 | | left [INFO] [stderr] 1108 | | ); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1123:9 [INFO] [stderr] | [INFO] [stderr] 1123 | / core::ptr::copy_nonoverlapping( [INFO] [stderr] 1124 | | dst_left, [INFO] [stderr] 1125 | | src_left, [INFO] [stderr] 1126 | | N [INFO] [stderr] 1127 | | ); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1128:9 [INFO] [stderr] | [INFO] [stderr] 1128 | / core::ptr::copy_nonoverlapping( [INFO] [stderr] 1129 | | src_right, [INFO] [stderr] 1130 | | dst_left, [INFO] [stderr] 1131 | | right [INFO] [stderr] 1132 | | ); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1133:9 [INFO] [stderr] | [INFO] [stderr] 1133 | / core::ptr::copy_nonoverlapping( [INFO] [stderr] 1134 | | src_left, [INFO] [stderr] 1135 | | dst_right, [INFO] [stderr] 1136 | | left [INFO] [stderr] 1137 | | ); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1149:9 [INFO] [stderr] | [INFO] [stderr] 1149 | core::ptr::copy_nonoverlapping(buffer.left.as_ptr(), buf_right, M); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1150:9 [INFO] [stderr] | [INFO] [stderr] 1150 | core::ptr::copy_nonoverlapping(array.as_ptr(), buf_left, N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1154:9 [INFO] [stderr] | [INFO] [stderr] 1154 | core::ptr::copy_nonoverlapping((&shifted as *const ManuallyDrop<[T; N]>).cast::<T>(), array.as_mut_ptr(), N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1168:9 [INFO] [stderr] | [INFO] [stderr] 1168 | core::ptr::copy_nonoverlapping(buffer.right.as_ptr(), buf_left, M); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1169:9 [INFO] [stderr] | [INFO] [stderr] 1169 | core::ptr::copy_nonoverlapping(array.as_ptr(), buf_right, N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1173:9 [INFO] [stderr] | [INFO] [stderr] 1173 | core::ptr::copy_nonoverlapping((&shifted as *const ManuallyDrop<[T; N]>).cast::<T>(), array.as_mut_ptr(), N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1187:9 [INFO] [stderr] | [INFO] [stderr] 1187 | core::ptr::copy_nonoverlapping(&buffer.left as *const T, buf_right, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1188:9 [INFO] [stderr] | [INFO] [stderr] 1188 | core::ptr::copy_nonoverlapping(array.as_ptr(), buf_left, N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1192:9 [INFO] [stderr] | [INFO] [stderr] 1192 | core::ptr::copy_nonoverlapping((&shifted as *const ManuallyDrop<[T; N]>).cast::<T>(), array.as_mut_ptr(), N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1205:9 [INFO] [stderr] | [INFO] [stderr] 1205 | core::ptr::copy_nonoverlapping(&buffer.right as *const T, buf_left, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1206:9 [INFO] [stderr] | [INFO] [stderr] 1206 | core::ptr::copy_nonoverlapping(array.as_ptr(), buf_right, N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/array_ops.rs:1210:9 [INFO] [stderr] | [INFO] [stderr] 1210 | core::ptr::copy_nonoverlapping((&shifted as *const ManuallyDrop<[T; N]>).cast::<T>(), array.as_mut_ptr(), N); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/private.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | core::ptr::copy_nonoverlapping(&self.left as *const L, &mut left_right.0 as *mut L, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/private.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | core::ptr::copy_nonoverlapping(&self.right as *const R, &mut left_right.1 as *mut R, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/private.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | core::ptr::copy_nonoverlapping(&left_right.0 as *const L, &mut pair.left as *mut L, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/private.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | core::ptr::copy_nonoverlapping(&left_right.1 as *const R, &mut pair.right as *mut R, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/private.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | core::ptr::copy_nonoverlapping(&self.left as *const L, (&mut left_right.0 as *mut ManuallyDrop<L>).cast(), 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `copy_nonoverlapping` is not yet stable as a const fn [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/array__ops-0.1.10/src/private.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | core::ptr::copy_nonoverlapping(&self.right as *const R, (&mut left_right.1 as *mut ManuallyDrop<R>).cast(), 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(const_intrinsic_copy)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: could not compile `array__ops` (lib) due to 29 previous errors [INFO] running `Command { std: "docker" "inspect" "446661c878fd743a5de9ed13762e48684941265bae474a01414e8951d7c9409e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "446661c878fd743a5de9ed13762e48684941265bae474a01414e8951d7c9409e", kill_on_drop: false }` [INFO] [stdout] 446661c878fd743a5de9ed13762e48684941265bae474a01414e8951d7c9409e