2021-06-08 13:56:06 -07:00
|
|
|
error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
|
2022-07-29 11:18:07 -07:00
|
|
|
--> $DIR/unsupported-abi.rs:6:5
|
2021-06-08 13:56:06 -07:00
|
|
|
|
|
|
|
|
|
LL | fn f(x: i32);
|
2024-08-07 13:35:21 -04:00
|
|
|
| ^^^^^^^^^^^^^
|
2021-06-08 13:56:06 -07:00
|
|
|
|
2023-11-21 20:26:31 +01:00
|
|
|
error: aborting due to 1 previous error
|
2021-06-08 13:56:06 -07:00
|
|
|
|