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.100.0-nightly (f7575a9da 2026-09-24)
# docs.rs version docsrs 0.0.0 (9439cafc1e2ea4a64558a489c81351cd959d6077 2026-09-22 )
# build log [INFO] running `"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" "08d77e3e4d8d20f9e436e736bcd56e91cfa2a887c528fed5110f4866a7991a5d" "/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\", \"-20260924-1.100.0-nightly-f7575a9da\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples"` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting http-request v21.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `tmp` [INFO] [stderr] --> src/request/mod.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | mod tmp; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `tmp`, create file "src/request/tmp.rs" or "src/request/tmp/mod.rs" [INFO] [stderr] = note: if there is a `mod tmp` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Tmp` in this scope [INFO] [stderr] --> src/request/http_request/struct.rs:18:31 [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) tmp: ArcRwLock<Tmp>, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 6 | pub(crate) struct HttpRequest<Tmp> { [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not document `http-request` [INFO] running `"docker" "inspect" "08d77e3e4d8d20f9e436e736bcd56e91cfa2a887c528fed5110f4866a7991a5d"`