]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/multiple-declarations.stderr
Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-iterator...
[rust.git] / src / test / ui / rfc-2627-raw-dylib / multiple-declarations.stderr
1 error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
2   --> $DIR/multiple-declarations.rs:14:9
3    |
4 LL |         fn f(x: i32);
5    |         ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8