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 (7608eb7b0 2026-08-05)
# 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" "694402d800dd472ad401a458c4d2684216dada4db96afebddfb69767af10b9f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "ssl-rustls task_pool_channel" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260805-1.99.0-nightly-7608eb7b0\", \"--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: hello-world, php-cgi, readme-example, serve-root, ssl, websockets [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] Documenting tiny_http_fork v0.12.10 (/opt/rustwide/workdir) [INFO] [stderr] error: select either task_pool_legacy or task_pool_channel [INFO] [stderr] --> src/util/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | compile_error!("select either task_pool_legacy or task_pool_channel"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0252]: the name `TaskPool` is defined multiple times [INFO] [stderr] --> src/util/mod.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 25 | pub use self::task_pool_legacy::TaskPool; [INFO] [stderr] | -------------------------------- previous import of the type `TaskPool` here [INFO] [stderr] ... [INFO] [stderr] 29 | pub use self::task_pool_channel::TaskPool; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `TaskPool` reimported here [INFO] [stderr] | [INFO] [stderr] = note: `TaskPool` must be defined only once in the type namespace of this module [INFO] [stderr] help: you can use `as` to change the binding name of the import [INFO] [stderr] | [INFO] [stderr] 29 | pub use self::task_pool_channel::TaskPool as OtherTaskPool; [INFO] [stderr] | ++++++++++++++++ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0252`. [INFO] [stderr] error: could not document `tiny_http_fork` [INFO] running `Command { std: "docker" "inspect" "694402d800dd472ad401a458c4d2684216dada4db96afebddfb69767af10b9f7", kill_on_drop: false }`