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
205 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-07-17 07:38:37 +00:00
| ^^^^^^^^^^^^
2023-11-21 20:26:31 +01:00
error: aborting due to 1 previous error