-
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
ICE on implementing a trait with an extern "rust-call"
function
#19397
Comments
ftxqxd
changed the title
ICE on implementing a function with an
ICE on implementing a trait with an Nov 29, 2014
extern "rust-call"
functionextern "rust-call"
function
kmcallister
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Jan 6, 2015
Can still reproduce. cc me |
triage: still ICEs. #![feature(unboxed_closures)]
trait Foo {
extern "rust-call" fn foo();
}
impl Foo for () {
extern "rust-call" fn foo() {}
}
fn main() {} |
Closed
bltavares
pushed a commit
to bltavares/glacier
that referenced
this issue
Oct 24, 2015
Merged
bltavares
pushed a commit
to bltavares/glacier
that referenced
this issue
Oct 24, 2015
Triage: still ICEs |
Mark-Simulacrum
added
C-bug
Category: This is a bug.
and removed
C-bug
Category: This is a bug.
labels
Jul 22, 2017
Traige: still ICEs |
Triage: this no longer ICEs! 🎊 |
steveklabnik
added a commit
to rust-lang/glacier
that referenced
this issue
Nov 11, 2017
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: