Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
linkage-attr
/
raw-dylib
/
windows
/
multiple-declarations.stderr
blob: b766b5c8dd831c038254cc9c514c79c70ce1ef88 [
file
] [
log
] [
blame
]
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