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 (6368fd52c 2026-05-29)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "3b0fc8304062305753e52847d3a430f8d78490281ac4d72c2fd483fd3a8de1f8" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260529-1.98.0-nightly-6368fd52c\", \"--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: sqlx-utils@1.1.3: Multiple database features enabled: "any", "postgres", "mysql", "sqlite", potential conflicts can occur. Falling back to 'any' feature [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/traits/repository/select/mod.rs:131:22 [INFO] [stderr] | [INFO] [stderr] 131 | fn get_all_query(&self) -> QueryAs<M>; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 131 | fn get_all_query(&self) -> QueryAs<'_, M>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/traits/repository/select/mod.rs:162:24 [INFO] [stderr] | [INFO] [stderr] 162 | fn get_by_id_query(&self, id: impl Into<M::Id>) -> QueryAs<M>; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 162 | fn get_by_id_query(&self, id: impl Into<M::Id>) -> QueryAs<'_, M>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `sqlx-utils` (lib) generated 2 warnings (run `cargo fix --lib -p sqlx-utils` to apply 2 suggestions) [INFO] [stderr] Scraping sqlx-utils v1.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Documenting sqlx-utils v1.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:2:48 [INFO] [stderr] | [INFO] [stderr] 2 | #![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))] [INFO] [stderr] | ^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in 1.92.0; see <https://github.com/rust-lang/rust/pull/138907> for more information [INFO] [stderr] = note: merged into `doc_cfg` [INFO] [stderr] [INFO] [stderr] error: Compilation failed, aborting rustdoc [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] warning: sqlx-utils@1.1.3: Multiple database features enabled: "any", "postgres", "mysql", "sqlite", potential conflicts can occur. Falling back to 'any' feature [INFO] [stderr] error: could not document `sqlx-utils` [INFO] running `Command { std: "docker" "inspect" "3b0fc8304062305753e52847d3a430f8d78490281ac4d72c2fd483fd3a8de1f8", kill_on_drop: false }`