tower-async-hyper 0.1.0

Bridges a `tower-async` `Service` to be used within a `hyper` (1.x) environment.
Documentation

Build #3473453 2026-06-03 23:19:26

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.98.0-nightly (d595fce01 2026-06-02)

# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )

# 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" "0ce25ab7a397694d668b564c3b0bf22a9d345a2c09bb8e20a9450ca92aef71e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260602-1.98.0-nightly-d595fce01\", \"--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] Documenting tower-async-hyper v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: return type notation arguments must be elided with `..` [INFO] [stderr] --> src/service.rs:42:29 [INFO] [stderr] | [INFO] [stderr] 42 | S: Service<Request, call(): Send> + Send + Sync + 'static, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] help: use the correct syntax by adding `..` to the arguments [INFO] [stderr] | [INFO] [stderr] 42 | S: Service<Request, call(..): Send> + Send + Sync + 'static, [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] error: could not document `tower-async-hyper` [INFO] running `Command { std: "docker" "inspect" "0ce25ab7a397694d668b564c3b0bf22a9d345a2c09bb8e20a9450ca92aef71e4", kill_on_drop: false }`