-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
I have found these related issues/pull requests
No
Description
It seems to [email protected]
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)
PonasKovas, enomado, jurisk and john-cremitdandxy89