rust/tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.stderr
2023-07-18 18:15:45 +00:00

9 lines
203 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 previous error