You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just encountering this myself. It looks like it has been resolved in PR3459, and this code is yet to make it into a released version yet (as it is also still v0.8.1). So hopefully the next release should be free of this error! Possibly helpful to pin your code to 0.8.0 in the meantime? e.g.
sqlx = { version = "=0.8.0", features = ["postgres", "runtime-tokio"] }
Bug Description
I actually solved my issue by reverting to v0.8.0 from v0.8.1. It failed to compile with this error:
Minimal Reproduction
A code snippet shouldn't be necessary, the bug prevents the crate from building before starting to compile my project itself.
Info
rustc --version
: 1.79.0The text was updated successfully, but these errors were encountered: