tinybitvec 0.1.0

A tiny vec for tiny bits
Documentation
Build #3000579 2026-03-12 05:42:45

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.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.96.0-nightly (3b1b0ef4d 2026-03-11)

# docs.rs version docsrs 0.0.0 (a68728e7 2026-03-08 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/tinybitvec-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/tinybitvec-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260311-1.96.0-nightly-3b1b0ef4d\", \"--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] edd234e63f083a43e534c0276941b26936b50c8f140f7c1de3b882b7e7a88480 [INFO] running `Command { std: "docker" "start" "-a" "edd234e63f083a43e534c0276941b26936b50c8f140f7c1de3b882b7e7a88480", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking bitvec v0.17.4 [INFO] [stderr] error[E0038]: the trait `order::BitOrder` is not dyn compatible [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/lib.rs:124:20 [INFO] [stderr] | [INFO] [stderr] 124 | pub type Cursor = crate::order::BitOrder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `order::BitOrder` is not dyn compatible [INFO] [stderr] | [INFO] [stderr] note: for a trait to be dyn compatible it needs to allow building a vtable [INFO] [stderr] for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility> [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/order.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 43 | pub trait BitOrder { [INFO] [stderr] | -------- this trait is not dyn compatible... [INFO] [stderr] 44 | /// Name of the ordering type, for use in text display. [INFO] [stderr] 45 | const TYPENAME: &'static str; [INFO] [stderr] | ^^^^^^^^ ...because it contains associated const `TYPENAME` [INFO] [stderr] = help: consider moving `TYPENAME` to another trait [INFO] [stderr] = help: the following types implement `order::BitOrder`: [INFO] [stderr] order::Msb0 [INFO] [stderr] order::Lsb0 [INFO] [stderr] consider defining an enum where each variant holds one of these types, [INFO] [stderr] implementing `order::BitOrder` for this new enum and using it instead [INFO] [stderr] = note: `order::BitOrder` may be implemented in other crates; if you want to support your users passing their own types here, you can't refer to a specific type [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0038`. [INFO] [stderr] error: could not compile `bitvec` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "edd234e63f083a43e534c0276941b26936b50c8f140f7c1de3b882b7e7a88480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edd234e63f083a43e534c0276941b26936b50c8f140f7c1de3b882b7e7a88480", kill_on_drop: false }` [INFO] [stdout] edd234e63f083a43e534c0276941b26936b50c8f140f7c1de3b882b7e7a88480