mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 01:40:46 +00:00
7 lines
192 B
Rust
7 lines
192 B
Rust
// rust-intrinsic is unstable and not enabled, so it should not be suggested as a fix
|
|
extern "rust-intrinsec" fn rust_intrinsic() {} //~ ERROR invalid ABI
|
|
|
|
fn main() {
|
|
rust_intrinsic();
|
|
}
|