2021-07-12 12:46:27 -07:00
|
|
|
error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
|
2023-03-27 10:42:22 -07:00
|
|
|
--> $DIR/multiple-declarations.rs:13:9
|
2021-07-12 12:46:27 -07:00
|
|
|
|
|
|
|
|
|
LL | fn f(x: i32);
|
2024-08-07 13:35:21 -04:00
|
|
|
| ^^^^^^^^^^^^^
|
2021-07-12 12:46:27 -07:00
|
|
|
|
2023-11-21 20:26:31 +01:00
|
|
|
error: aborting due to 1 previous error
|
2021-07-12 12:46:27 -07:00
|
|
|
|