-
Notifications
You must be signed in to change notification settings - Fork 13.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
Encountered error Unimplemented
selecting Binder(core::iter::IntoIterator)
during trans
#23281
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
This might be related to #22965 |
Merged
I'm seeing a similar ICE in
|
bors
added a commit
that referenced
this issue
Mar 28, 2015
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 |
Closed
bltavares
added a commit
to bltavares/glacier
that referenced
this issue
Oct 31, 2015
Reference rust-lang/rust#23281
Merged
This doesn't ICE anymore since the RFC1214 warnings have been turned into hard errors
|
Stebalien
added a commit
to Stebalien/rust
that referenced
this issue
Jun 20, 2016
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jun 22, 2016
Add regression test for rust-lang#23281 Closes rust-lang#23281
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jun 22, 2016
Add regression test for rust-lang#23281 Closes rust-lang#23281
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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: