2021-07-12 12:46:27 -07:00
|
|
|
error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
|
2022-07-29 11:18:07 -07:00
|
|
|
--> $DIR/multiple-declarations.rs:14:9
|
2021-07-12 12:46:27 -07:00
|
|
|
|
|
|
|
|
LL | fn f(x: i32);
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2022-07-29 11:18:07 -07:00
|
|
|
error: aborting due to previous error
|
2021-07-12 12:46:27 -07:00
|
|
|
|