-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unexpected trait resolution overflow error #74868
Comments
Let’s try to find an MCVE. @rustbot ping cleanup |
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good cc @AminArria @camelid @chrissimpkins @contrun @DutchGhost @elshize @ethanboxx @h-michael @HallerPatrick @hdhoang @hellow554 @imtsuki @kanru @KarlK90 @LeSeulArtichaut @MAdrianMattocks @matheus-consoli @mental32 @nmccarty @Noah-Kennedy @pard68 @PeytonT @pierreN @Redblueflame @RobbieClarken @RobertoSnap @robjtede @SarthakSingh31 @senden9 @shekohex @sinato @spastorino @turboladen @woshilapin @yerke |
Corresponding commit range I'm not sure if I'm able to provide a MCVE in a timely manner as some complex generic code distributed over multiple crates is involved here. |
Assigning |
@weiznich thanks for noting that, fixed the comment above and removed your link to avoid confusion. |
self-assigning to assist with, at least, getting an MCVE. (See also my blog post on creating MCVEs: http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ ) |
Due to time constraints I'm not able to work on a MCVE by myself. If someone needs information about diesel/wundergraph I'm happy to help. |
Should we assign this issue to @matthewjasper given that they will work on a backport?. |
The compilation succeeds with |
Trying to compile
wundergraph_example
with recent nightly's or the current beta (rustc 1.46.0-beta.2 (6f959902b 2020-07-23
) compiler fails with the attached error message. The compilation suceeds without warning using the latest stable (rustc 1.45.0 (5c1f21c3b 2020-07-13)
) release.Error message
cargo bisect-rustc
found that the regression happened innightly-2020-06-21
The text was updated successfully, but these errors were encountered: