Files
rust/tests/ui/linkage-attr/raw-dylib/windows/unsupported-abi.stderr

9 lines
206 B
Plaintext
Raw Normal View History

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
|
LL | fn f(x: i32);
| ^^^^^^^^^^^^^
2023-11-21 20:26:31 +01:00
error: aborting due to 1 previous error