rust/tests/ui/rfcs/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
253 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-07-17 02:38:37 -05:00
| ^^^^^^^^^^^^
2023-11-21 13:26:31 -06:00
error: aborting due to 1 previous error