summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.stderr
blob: f8265ae691948948f0610495797ad854762b4b60 (plain)
1
2
3
4
5
6
7
8
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