-
Notifications
You must be signed in to change notification settings - Fork 653
"error: reached the recursion limit during monomorphization (selection ambiguity)" with chunks #393
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
Comments
Possibly related to #367. |
Some more info:
|
I wonder if this may be a bug in the compiler? We've caught some before through this library. It'd be helpful to reduce the library to the bare bones though to see what's necessary to trigger the bug. |
Ok I've reduced it at rust-lang/rust#40003 |
I suppose this issue can be closed now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling the following code fails with:
The idea here is to batch process a bunch of objects. If I remove the
chunks(50)
line, the code successfully compiles 😮The text was updated successfully, but these errors were encountered: