2021-07-12 14:46:27 -05:00
|
|
|
error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/multiple-declarations.rs:13:9
|
2021-07-12 14:46:27 -05:00
|
|
|
|
|
|
|
|
LL | fn f(x: i32);
|
2023-07-17 02:38:37 -05:00
|
|
|
| ^^^^^^^^^^^^
|
2021-07-12 14:46:27 -05:00
|
|
|
|
2023-11-21 13:26:31 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-07-12 14:46:27 -05:00
|
|
|
|