-
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
ICE on call/deref of bottom #15965
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
@pcwalton looks like there's some weirdness with overloaded call and bottom. |
Program can be simplified further. Basically anything that tries to call bottom will blow up: fn main() {
(return ())();
} |
This is broken with normal methods and field accesses too, so I guess it's not necessarily due to overloaded calls specifically: |
Updated title to better reflect issue |
This is very similar to #13847. |
bors
added a commit
that referenced
this issue
Sep 12, 2014
Fixes #17033. Fixes #15965. cc @nikomatsakis
bors
added a commit
that referenced
this issue
Sep 13, 2014
Fixes #17033. Fixes #15965. cc @nikomatsakis
bors
added a commit
that referenced
this issue
Sep 14, 2014
Fixes #17033. Fixes #15965. cc @nikomatsakis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Output
The text was updated successfully, but these errors were encountered: