-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
error: internal compiler error: argument to function with "rust-call" ABI is neither a tuple nor unit #21139
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
@Manishearth this no longer compiles. Can you update the MWE? |
Not sure if I can, things seem to have changed a lot.
produces a different ICE
|
dupe of #22565 |
Closed
bltavares
pushed a commit
to bltavares/glacier
that referenced
this issue
Oct 25, 2015
Reference rust-lang/rust#21139
Merged
Triage: tracked by glacier. That said, pretty sure I agree with @arielb1 that this is a duplicate. Not 100% sure, so I'll keep it open; if anyone knows for sure, please feel free to close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to use unboxed closures in Hyper, and I came across this.
Here's the commit where it got introduced.
The following MWE also causes the ICE:
The text was updated successfully, but these errors were encountered: