Lifetime issue with latest Rust nightly (1.64.0-nightly
)
#2004
Labels
bug:rust
Indicates a bug or regression in Rust
1.64.0-nightly
)
#2004
Hi!
First of all thank you for maintaining an awesome library 🙏 I'm having some issues using SQLX (
v0.6
orv0.5.12
) with the latest Rust nightly version (1.64.0-nightly (2643b1646 2022-07-27
).After updating my Rust version I started getting these errors wherever I use the query* macros
I created a minimal repro case using the sqlite example project at https://github.com/kimpers/sqlx-todos-example. If you try to build this with
1.64.0
it will fail with the above described issue.Any ideas of how to fix this issue?
The text was updated successfully, but these errors were encountered: