Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/test/ui/rfc-2627-raw-dylib/multiple-definitions.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ LL | #![feature(raw_dylib)]
error: multiple definitions of external function `f` from library `foo.dll` have different calling conventions
--> $DIR/multiple-definitions.rs:8:5
|
LL | fn f(x: i32);
| ^^^^^^^^^^^^^
LL | fn f(x: i32);

error: aborting due to previous error; 1 warning emitted