-
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 implementing a trait with an extern "rust-call"
function
#19397
Comments
extern "rust-call"
functionextern "rust-call"
function
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 |
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: