heaparray 0.5.1

Flexible support for dynamically-sized types, using heap-allocated array of structs
Documentation
Build #2805394 2026-01-08 07:12:55

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.94.0-nightly (fecb335cb 2026-01-07)# docs.rs version
docsrs 0.1.0 (7bfb09c2 2026-01-03 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/heaparray-0.5.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/heaparray-0.5.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260107-1.94.0-nightly-fecb335cb\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] da308d498cb4378d46e16ca1ed1234390252290837a1f2fe296f14686e27462c
[INFO] running `Command { std: "docker" "start" "-a" "da308d498cb4378d46e16ca1ed1234390252290837a1f2fe296f14686e27462c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking atomic-types v0.1.0
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:8:6
[INFO] [stderr]   |
[INFO] [stderr] 8 | impl Atomic<usize> for AtomicUsize {
[INFO] [stderr]   |      ^^^^^^ ambiguous name
[INFO] [stderr]   |
[INFO] [stderr]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::traits::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use core::sync::atomic::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:78:6
[INFO] [stderr]    |
[INFO] [stderr] 78 | impl Atomic<isize> for AtomicIsize {
[INFO] [stderr]    |      ^^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr]  1 | use crate::traits::*;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]    |
[INFO] [stderr]  2 | use core::sync::atomic::*;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:148:6
[INFO] [stderr]     |
[INFO] [stderr] 148 | impl Atomic<u64> for AtomicU64 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:218:6
[INFO] [stderr]     |
[INFO] [stderr] 218 | impl Atomic<i64> for AtomicI64 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:288:6
[INFO] [stderr]     |
[INFO] [stderr] 288 | impl Atomic<u32> for AtomicU32 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:358:6
[INFO] [stderr]     |
[INFO] [stderr] 358 | impl Atomic<i32> for AtomicI32 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:428:6
[INFO] [stderr]     |
[INFO] [stderr] 428 | impl Atomic<u16> for AtomicU16 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:498:6
[INFO] [stderr]     |
[INFO] [stderr] 498 | impl Atomic<i16> for AtomicI16 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:568:6
[INFO] [stderr]     |
[INFO] [stderr] 568 | impl Atomic<u8> for AtomicU8 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:638:6
[INFO] [stderr]     |
[INFO] [stderr] 638 | impl Atomic<i8> for AtomicI8 {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:708:6
[INFO] [stderr]     |
[INFO] [stderr] 708 | impl Atomic<bool> for AtomicBool {
[INFO] [stderr]     |      ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `Atomic` is ambiguous
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:769:9
[INFO] [stderr]     |
[INFO] [stderr] 769 | impl<T> Atomic<*mut T> for AtomicPtr<T> {
[INFO] [stderr]     |         ^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr]   1 | use crate::traits::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the type alias imported here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stderr]     |
[INFO] [stderr]   2 | use core::sync::atomic::*;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0659`.
[INFO] [stderr] error: could not compile `atomic-types` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "da308d498cb4378d46e16ca1ed1234390252290837a1f2fe296f14686e27462c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da308d498cb4378d46e16ca1ed1234390252290837a1f2fe296f14686e27462c", kill_on_drop: false }`
[INFO] [stdout] da308d498cb4378d46e16ca1ed1234390252290837a1f2fe296f14686e27462c