-
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
Simplest possible rust-call function will ICE #22566
Comments
jdm
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Feb 20, 2015
ghost
mentioned this issue
Feb 20, 2015
ghost
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Apr 16, 2015
Updated example still causes an ICE using rustc from master: #![feature(unboxed_closures)]
extern "rust-call" fn a() {}
fn main(){} |
sfackler
removed
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Jun 18, 2015
Clone of #22565 |
Closed
Triage: tracked by glacier |
Mark-Simulacrum
added
C-bug
Category: This is a bug.
and removed
C-bug
Category: This is a bug.
labels
Jul 22, 2017
Triage: no longer ICEs!https://travis-ci.org/steveklabnik/glacier/builds/300626927 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: