mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
|
|
--> $DIR/multiple-declarations.rs:13:9
|
|
|
|
|
LL | fn f(x: i32);
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|