-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Description
extern "Rust" fn foo() {}
fn main() {}
error: internal compiler error: unimplemented Foreign functions with Rust ABI
This message reflects a bug in the Rust compiler.
(On first blush, I'd think that fn foo()
and extern "Rust" fn foo()
should be identical, but there might something I'm missing?)
Metadata
Metadata
Assignees
Labels
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️