docify 0.4.1

Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples.
Documentation

Build #3907802 2026-07-20 21:32:50

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 (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# 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" "ec55b2ee4f19c3db01ab49e0c54ee6cd31622a88c45f736515ebb96a171f88e2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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: integration, samples [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] Compiling docify_macros v0.4.1 [INFO] [stderr] error[E0599]: no method named `ok_or_else` found for enum `Result<T, E>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/docify_macros-0.4.1/src/utils/mod.rs:90:18 [INFO] [stderr] | [INFO] [stderr] 85 | let default_branch = remote [INFO] [stderr] | __________________________________- [INFO] [stderr] 86 | | .default_branch() [INFO] [stderr] 87 | | .map_err(git_err_to_syn)? [INFO] [stderr] 88 | | .as_str() [INFO] [stderr] 89 | | .map(String::from) [INFO] [stderr] 90 | | .ok_or_else(|| Error::new(Span::call_site(), "Invalid default branch name"))?; [INFO] [stderr] | |_________________-^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: there is a method `or_else` with a similar name [INFO] [stderr] | [INFO] [stderr] 90 - .ok_or_else(|| Error::new(Span::call_site(), "Invalid default branch name"))?; [INFO] [stderr] 90 + .or_else(|| Error::new(Span::call_site(), "Invalid default branch name"))?; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `ok_or_else` found for enum `Result<T, E>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/docify_macros-0.4.1/src/utils/mod.rs:124:18 [INFO] [stderr] | [INFO] [stderr] 119 | let default_branch = remote [INFO] [stderr] | __________________________________- [INFO] [stderr] 120 | | .default_branch() [INFO] [stderr] 121 | | .map_err(git_err_to_syn)? [INFO] [stderr] 122 | | .as_str() [INFO] [stderr] 123 | | .map(String::from) [INFO] [stderr] 124 | | .ok_or_else(|| Error::new(Span::call_site(), "Invalid default branch name"))?; [INFO] [stderr] | |_________________-^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: there is a method `or_else` with a similar name [INFO] [stderr] | [INFO] [stderr] 124 - .ok_or_else(|| Error::new(Span::call_site(), "Invalid default branch name"))?; [INFO] [stderr] 124 + .or_else(|| Error::new(Span::call_site(), "Invalid default branch name"))?; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Array<u8, UInt<UInt<UInt<UInt<UInt<_, _>, _>, _>, _>, _>>: LowerHex` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/docify_macros-0.4.1/src/utils/mod.rs:342:23 [INFO] [stderr] | [INFO] [stderr] 342 | format!("{:.8x}", hasher.finalize()) [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^ the trait `LowerHex` is not implemented for `Array<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, _>, _>, _>, _>, _>, _>>` [INFO] [stderr] | | [INFO] [stderr] | required by this formatting parameter [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `LowerHex`: [INFO] [stderr] &T [INFO] [stderr] &mut T [INFO] [stderr] AttrCheckFlags [INFO] [stderr] CheckoutNotificationType [INFO] [stderr] CredentialType [INFO] [stderr] DiffFlags [INFO] [stderr] DiffStatsFormat [INFO] [stderr] IndexAddOption [INFO] [stderr] and 100 others [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/docify_macros-09859474930fd1dd.long-type-3899484086537933342.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `docify_macros` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "ec55b2ee4f19c3db01ab49e0c54ee6cd31622a88c45f736515ebb96a171f88e2", kill_on_drop: false }`