mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 00:43:50 +00:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
|
|
--> $DIR/unsupported-abi.rs:6:5
|
|
|
|
|
LL | fn f(x: i32);
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|