-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nightly regression: "overflow evaluating the requirement <Self as query_dsl::limit_dsl::LimitDsl>::Output
"
#2270
Comments
I bisected this
The first occurrence of this was today's nightly, Bisect is looking for the exact commit to rustc that causes this; I will post in the morning what it found. |
Bisect was able to find 6d0bb91bcba33a70fae4b0c663fb4403ed78f071 as the culprit, but it's a rollup. |
Confirm this issue on ARM64bit compilation via
|
As the issue guide lines say: That's not a issue on the current stable release, therefore I close this issue. Nightly is not a officially supported target for diesel, it's expected that things break there. |
Someone else already has this reported in rust-lang/rust#68264 |
…ere) It looks like a weird issue with nightly rust and diesel, see for instance diesel-rs/diesel#2270
After upgrading to the latest 1-15-2020 nightly, I can't compile diesel 1.4.3. even in a perfectly clean repo with the following Cargo.toml:
This regression happened sometime between 19bd93467 2019-12-18 and 3291ae339 2020-01-15.
The error is:
error[E0275]: overflow evaluating the requirement `<Self as query_dsl::limit_dsl::LimitDsl>::Output
The text was updated successfully, but these errors were encountered: