# rustc version rustc 1.99.0-nightly (3659db0d3 2026-07-05)
# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "692e09d42f5738426f415fe656d47fddc4d28336ae410e4fa83f3a7dd4910bbf" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260705-1.99.0-nightly-3659db0d3\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: ais, alignment, arbitrary_width, archive, bin_message, bitbuf, bitbuf_bounded, bitfield_bytes, bufsource, bytes_frame, can_signals, checked, conditional, cstring, ctx, ctx_length, dns, endianness, enums, flags, framed, heartbeat, ipv4, mock_datagram, mock_stream, padding, peek, register, reserved, sockets, standalone, streaming, tcp, telemetry, tlv, tokio_framed, tokio_udp, try_str, unix_stream, validate, varint, versioned, versioned_cells, wav, wire_map, wire_map_dynamic [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting bitsandbytes v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Any::downcast_mut` [INFO] [stderr] --> src/bitstream.rs:797:65 [INFO] [stderr] | [INFO] [stderr] 797 | /// via [`Sink::scratch`] and recovered by [`downcast_mut`](Any::downcast_mut). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `Any` has no associated item named `downcast_mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Any::downcast_mut` [INFO] [stderr] --> src/bitstream.rs:1056:26 [INFO] [stderr] | [INFO] [stderr] 1056 | /// [`downcast_mut`](Any::downcast_mut). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `Any` has no associated item named `downcast_mut` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Error::ValueTooLarge` [INFO] [stderr] --> src/bitstream.rs:1387:61 [INFO] [stderr] | [INFO] [stderr] 1387 | /// The prefix for a collection of `len` elements, or [`Error::ValueTooLarge`] when [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `Error` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Varint` [INFO] [stderr] --> src/codecs.rs:42:50 [INFO] [stderr] | [INFO] [stderr] 42 | /// Generic over the field's integer width via [`Varint`]: the declared field type pins [INFO] [stderr] | ^^^^^^ no item named `Varint` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `super::CountPrefix` [INFO] [stderr] --> src/codecs.rs:241:55 [INFO] [stderr] | [INFO] [stderr] 241 | /// Length-prefixed UTF-8 strings — a [`CountPrefix`](super::CountPrefix) integer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `CountPrefix` in module `bnb` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `super::CountPrefix::to_count` [INFO] [stderr] --> src/codecs.rs:271:31 [INFO] [stderr] | [INFO] [stderr] 271 | /// [`CountPrefix::to_count`](super::CountPrefix::to_count).) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CountPrefix` in module `bnb` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `WireLen` [INFO] [stderr] --> src/guide/directives.rs:96:81 [INFO] [stderr] | [INFO] [stderr] 96 | //! `rdlength`), or when you want to *forge* a disagreeing length — reach for [`WireLen`], [INFO] [stderr] | ^^^^^^^ no item named `WireLen` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `core::any::Any::downcast_mut` [INFO] [stderr] --> src/guide/directives.rs:293:51 [INFO] [stderr] | [INFO] [stderr] 293 | //! reach it via `w.scratch()` + [`downcast_mut`](core::any::Any::downcast_mut). The sink is the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Any` has no associated item named `downcast_mut` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/net.rs:65:35 [INFO] [stderr] | [INFO] [stderr] 65 | /// [`ErrorKind::BufferFull`](crate::ErrorKind::BufferFull), rather than consuming memory [INFO] [stderr] | ----------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 65 - /// [`ErrorKind::BufferFull`](crate::ErrorKind::BufferFull), rather than consuming memory [INFO] [stderr] 65 + /// [`ErrorKind::BufferFull`], rather than consuming memory [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `write` is both a function and a macro [INFO] [stderr] --> src/codecs.rs:231:75 [INFO] [stderr] | [INFO] [stderr] 231 | /// Writes the string's UTF-8 bytes followed by the terminator (via [`write`], so an [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 231 | /// Writes the string's UTF-8 bytes followed by the terminator (via [`write()`], so an [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 231 | /// Writes the string's UTF-8 bytes followed by the terminator (via [`write!`], so an [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `write` is both a function and a macro [INFO] [stderr] --> src/codecs.rs:235:14 [INFO] [stderr] | [INFO] [stderr] 235 | /// As [`write`]. [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 235 | /// As [`write()`]. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 235 | /// As [`write!`]. [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `bitsandbytes` (lib doc) generated 11 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bnb/index.html [INFO] running `Command { std: "docker" "inspect" "692e09d42f5738426f415fe656d47fddc4d28336ae410e4fa83f3a7dd4910bbf", kill_on_drop: false }`