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?)
(On first blush, I'd think that
fn foo()andextern "Rust" fn foo()should be identical, but there might something I'm missing?)