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.97.0-nightly (e50aa6fba 2026-05-19)
# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )
# 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" "b390c4dcfd6cf64d17240028e8f0c05eea2382d76bfeaa840c08946636726ac4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260519-1.97.0-nightly-e50aa6fba\", \"--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] Compiling gitall v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field `kind` is never read [INFO] [stderr] --> src/cli.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub struct ColorModeError { [INFO] [stderr] | -------------- field in this struct [INFO] [stderr] 16 | kind: ColorModeErrorKind, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `get_color_mode` is never used [INFO] [stderr] --> src/cli.rs:121:8 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn get_color_mode(matches: &ArgMatches) -> ColorMode { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/cli.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 60 | .author(crate_authors!(", ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this raw pointer has type `*const String` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&String` [INFO] [stderr] --> src/cli.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 60 | .author(crate_authors!(", ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[deny(dangerous_implicit_autorefs)]` on by default [INFO] [stderr] = note: this error originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.33.4/src/macros.rs:493:22 [INFO] [stderr] | [INFO] [stderr] 493 | &(&(*VALUE))[..] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: `gitall` (build script) generated 2 warnings [INFO] [stderr] error: could not compile `gitall` (build script) due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b390c4dcfd6cf64d17240028e8f0c05eea2382d76bfeaa840c08946636726ac4", kill_on_drop: false }`