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