We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84d1b2 commit 23af3eaCopy full SHA for 23af3ea
src/test/ui/rfc-2627-raw-dylib/multiple-definitions.stderr
@@ -10,8 +10,7 @@ LL | #![feature(raw_dylib)]
10
error: multiple definitions of external function `f` from library `foo.dll` have different calling conventions
11
--> $DIR/multiple-definitions.rs:8:5
12
|
13
-LL | fn f(x: i32);
14
- | ^^^^^^^^^^^^^
+LL | fn f(x: i32);
15
16
error: aborting due to previous error; 1 warning emitted
17
0 commit comments