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 (9eb3be26b 2026-05-18)
# 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" "038941194fb760d649c3c61ffe65df2ec886731a0d466bf10bae96f40150577e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260518-1.97.0-nightly-9eb3be26b\", \"--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] Compiling aws-lc-sys v0.41.0 [INFO] [stderr] Checking hyper-http-proxy v1.1.0 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Checking ring v0.17.14 [INFO] [stderr] Checking lingxia-webview v0.7.0 [INFO] [stderr] Compiling lingxia v0.7.1 [INFO] [stderr] error[E0425]: cannot find function `generate_swift_bridge` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lingxia-0.7.1/build.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | generate_swift_bridge(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | fn should_generate_swift_bridge(target: &str) -> bool { [INFO] [stderr] | ----------------------------------------------------- similarly named function `should_generate_swift_bridge` defined here [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lingxia-0.7.1/build.rs:54:4 [INFO] [stderr] | [INFO] [stderr] 53 | #[cfg(any(target_os = "ios", target_os = "macos"))] [INFO] [stderr] | ---------------------------------------- the item is gated here [INFO] [stderr] 54 | fn generate_swift_bridge() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 25 | should_generate_swift_bridge(); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `lingxia` (build script) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find type `WebViewInner` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lingxia-webview-0.7.0/src/webview.rs:618:23 [INFO] [stderr] | [INFO] [stderr] 618 | pub(crate) inner: WebViewInner, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lingxia-webview-0.7.0/src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub enum WebViewError { [INFO] [stderr] | --------------------- similarly named enum `WebViewError` defined here [INFO] [stderr] | [INFO] [stderr] help: an enum with a similar name exists [INFO] [stderr] | [INFO] [stderr] 618 - pub(crate) inner: WebViewInner, [INFO] [stderr] 618 + pub(crate) inner: WebViewError, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `WebViewInner` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lingxia-webview-0.7.0/src/webview.rs:632:16 [INFO] [stderr] | [INFO] [stderr] 632 | inner: WebViewInner, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lingxia-webview-0.7.0/src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub enum WebViewError { [INFO] [stderr] | --------------------- similarly named enum `WebViewError` defined here [INFO] [stderr] | [INFO] [stderr] help: an enum with a similar name exists [INFO] [stderr] | [INFO] [stderr] 632 - inner: WebViewInner, [INFO] [stderr] 632 + inner: WebViewError, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find type `WebViewInner` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lingxia-webview-0.7.0/src/webview.rs:1575:5 [INFO] [stderr] | [INFO] [stderr] 1575 | WebViewInner::create( [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type `WebViewInner` [INFO] [stderr] | [INFO] [stderr] help: an enum with a similar name exists [INFO] [stderr] | [INFO] [stderr] 1575 - WebViewInner::create( [INFO] [stderr] 1575 + WebViewError::create( [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `lingxia-webview` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "038941194fb760d649c3c61ffe65df2ec886731a0d466bf10bae96f40150577e", kill_on_drop: false }`