blob: c6808bec7b5c5f4ae0a82268211ff5109c71680b (
plain)
1
2
3
4
5
6
7
8
|
error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
--> $DIR/multiple-declarations.rs:14:9
|
LL | fn f(x: i32);
| ^^^^^^^^^^^^^
error: aborting due to previous error
|