-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Type inference regression with zipped iterators #29278
Comments
This isn't a type inference regression; the problem is that |
AsMut added in #28663. Unfortunately the smallest new trait impls cause issues like this 😞 I don't want to shift the blame, but More idiomatic would be to write |
triage: I-nominated |
This is on beta now. |
The libs team discussed this during triage today, and the conclusion was to close this for now. This is indeed breakage with the addition of |
The following code compiles with Stable and Beta but not with Nightly on https://play.rust-lang.org/ as of 2015-10-24:
With Stable and Beta I get the correct output:
With Nightly I get the error message
The text was updated successfully, but these errors were encountered: