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.98.0-nightly (096694416 2026-06-29)
# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )
# 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" "1cf61534e6c79d81e165e5391afa24985d0b96a560244a1494b7aa5829e60eab" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260629-1.98.0-nightly-096694416\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting dynamic_graph v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0690]: transparent struct needs at most one non-trivial field, but has 2 [INFO] [stderr] --> src/graph_ptr.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct GraphPtr<'id, T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ needs at most one non-trivial field, but has 2 [INFO] [stderr] 8 | pub(crate) node : NonNull<T>, [INFO] [stderr] | ---------------------------- this field has non-zero size [INFO] [stderr] 9 | pub(crate) _guard : Id<'id> [INFO] [stderr] | --------------------------- this field contains `generativity::Id<'_>`, which has private fields, so it could become non-zero-sized in the future [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0690`. [INFO] [stderr] error: could not document `dynamic_graph` [INFO] running `Command { std: "docker" "inspect" "1cf61534e6c79d81e165e5391afa24985d0b96a560244a1494b7aa5829e60eab", kill_on_drop: false }`