blob: d8a2a6af9c19e5dcd0ebc0270dfd1926d2c2326c (
plain)
1
2
3
4
5
6
7
8
|
error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
--> $DIR/unsupported-abi.rs:8:5
|
LL | fn f(x: i32);
| ^^^^^^^^^^^^^
error: aborting due to previous error
|