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.99.0-nightly (969b803cb 2026-08-09)
# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )
# 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" "87f0848306480adab3957f1945a68a594c1cfb9540888575fed99fe3de063e12" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260809-1.99.0-nightly-969b803cb\", \"--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] Checking gix-url v0.18.0 [INFO] [stderr] Checking gix-packetline v0.16.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.7 [INFO] [stderr] Checking crossbeam-epoch v0.9.20 [INFO] [stderr] Checking serde_json v1.0.151 [INFO] [stderr] Checking gix-diff v0.29.0 [INFO] [stderr] Checking clru v0.6.3 [INFO] [stderr] error[E0283]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gix-url-0.18.0/src/lib.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | let path = gix_path::from_bstr(self.path.as_ref()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: multiple `impl`s satisfying `BString: AsRef<_>` found in the `bstr` crate: [INFO] [stderr] - impl AsRef<BStr> for BString; [INFO] [stderr] - impl AsRef<[u8]> for BString; [INFO] [stderr] help: try using a fully qualified path to specify the expected types [INFO] [stderr] | [INFO] [stderr] 105 - let path = gix_path::from_bstr(self.path.as_ref()); [INFO] [stderr] 105 + let path = gix_path::from_bstr(<BString as AsRef<T>>::as_ref(&self.path)); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gix-url-0.18.0/src/lib.rs:105:44 [INFO] [stderr] | [INFO] [stderr] 105 | let path = gix_path::from_bstr(self.path.as_ref()); [INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^^ cannot infer type for reference `&_` [INFO] [stderr] | | [INFO] [stderr] | required by a bound introduced by this call [INFO] [stderr] | [INFO] [stderr] = note: multiple `impl`s satisfying `Cow<'_, BStr>: From<&_>` found in the `bstr` crate: [INFO] [stderr] - impl<'a> From<&'a BStr> for Cow<'a, BStr>; [INFO] [stderr] - impl<'a> From<&'a BString> for Cow<'a, BStr>; [INFO] [stderr] = note: required for `&_` to implement `Into<Cow<'_, BStr>>` [INFO] [stderr] note: required by a bound in `from_bstr` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gix-path-0.8.4/src/convert.rs:126:34 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn from_bstr<'a>(input: impl Into<Cow<'a, BStr>>) -> Cow<'a, Path> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `from_bstr` [INFO] [stderr] [INFO] [stderr] Compiling rustversion v1.0.23 [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] Checking zerocopy v0.8.56 [INFO] [stderr] error: could not compile `gix-url` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "87f0848306480adab3957f1945a68a594c1cfb9540888575fed99fe3de063e12", kill_on_drop: false }`