]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/unsupported-abi.stderr
Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiasko
[rust.git] / src / test / ui / rfc-2627-raw-dylib / unsupported-abi.stderr
1 error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
2   --> $DIR/unsupported-abi.rs:6:5
3    |
4 LL |     fn f(x: i32);
5    |     ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8