]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2627-raw-dylib/multiple-declarations.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / rfc-2627-raw-dylib / multiple-declarations.stderr
CommitLineData
136023e0 1error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
f2b60f7d 2 --> $DIR/multiple-declarations.rs:14:9
136023e0
XL
3 |
4LL | fn f(x: i32);
5 | ^^^^^^^^^^^^^
6
f2b60f7d 7error: aborting due to previous error
136023e0 8