summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.stderr
blob: d7c7344b596db26991270a512f7f64514bf88d2b (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 1 previous error