2021-06-08 15:56:06 -05:00
|
|
|
error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
|
2022-07-29 13:18:07 -05:00
|
|
|
--> $DIR/unsupported-abi.rs:6:5
|
2021-06-08 15:56:06 -05:00
|
|
|
|
|
|
|
|
LL | fn f(x: i32);
|
2023-07-17 02:38:37 -05:00
|
|
|
| ^^^^^^^^^^^^
|
2021-06-08 15:56:06 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|