-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Encountered error Unimplemented
selecting Binder(core::iter::IntoIterator)
during trans
#23281
Comments
This might be related to #22965 |
I'm seeing a similar ICE in
|
All methods are inlined into Iterator with `Self: Sized` bounds to make sure Iterator is still object safe. [breaking-change] This is blocked on ICEs: https://gist.github.com/sfackler/5aff7c57cf8d896e2c6f Seem to be similar to #23281.
Visiting for triage: this is still an issue |
cc #27579 |
Reference rust-lang/rust#23281
This doesn't ICE anymore since the RFC1214 warnings have been turned into hard errors
|
Add regression test for rust-lang#23281 Closes rust-lang#23281
Add regression test for rust-lang#23281 Closes rust-lang#23281
I tried this code:
I expected to see this happen: Give me some compile error about Fn() -> () not being sized.
Instead, this happened:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: