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 #3347582 2026-05-22 00:03:15

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 (b954122bb 2026-05-20)

# 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" "cde6142938943885b599bd470d97639e27e3191c2c9ac924d07f5f84a9852169" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260520-1.97.0-nightly-b954122bb\", \"--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<..., ...>, ...>, ...>, ...>>: 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<..., ...>, ...>, ...>, ...>, ...>>` [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-466528bf13572853.long-type-11847481572841613488.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" "cde6142938943885b599bd470d97639e27e3191c2c9ac924d07f5f84a9852169", kill_on_drop: false }`