rust/tests/ui/rfc-2627-raw-dylib/multiple-declarations.stderr
2023-01-11 09:32:08 +00:00

9 lines
252 B
Plaintext

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