rust/tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
203 B
Plaintext
Raw Normal View History

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
|
LL | fn f(x: i32);
2023-07-17 02:38:37 -05:00
| ^^^^^^^^^^^^
error: aborting due to previous error