Skip to content

It seems to sqlx_postgres@0.8.6 is broken in docs.rs #3973

@neogenie

Description

@neogenie

I have found these related issues/pull requests

No

Description

It seems to sqlx_postgres@0.8.6 has been broken in 1.91.0-nightly (1ebbd87a6 2025-08-11).
Because of this, the documentation built on docs.rs broke.

[INFO] [stderr] Checking sqlx-postgres v0.8.6 [INFO] [stderr] error[E0275]: overflow evaluating the requirement `(&mut PgConnection, Oid): std::marker::Send` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs:28:56 [INFO] [stderr] | [INFO] [stderr] 28 | Fut: 'a + Future<Output = Result<(), Error>> + Send, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`sqlx_postgres`) 

https://docs.rs/crate/fastnum/0.4.3/builds/2408007/x86_64-unknown-linux-gnu_json.txt

Reproduction steps

cargo +nightly rustdoc --lib --all-features

SQLx version

v0.8.6

Enabled SQLx features

postgres

Database server and version

No

Operating system

x86_64-unknown-linux-gnu

Rust version

1.91.0-nightly (1ebbd87a6 2025-08-11)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugbug:rustIndicates a bug or regression in Rust

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions