rust/tests/ui/rfc-2627-raw-dylib/multiple-declarations.stderr

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

9 lines
252 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);
| ^^^^^^^^^^^^^
2022-07-29 13:18:07 -05:00
error: aborting due to previous error