Files
rust/tests/ui/linkage-attr/raw-dylib/windows/multiple-declarations.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
254 B
Plaintext
Raw Normal View History

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);
| ^^^^^^^^^^^^^
2023-11-21 20:26:31 +01:00
error: aborting due to 1 previous error