We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9335cb1 commit f5b4b5eCopy full SHA for f5b4b5e
tests/ui/linkage-attr/raw-dylib/windows/unsupported-abi.rs
@@ -11,7 +11,7 @@ extern crate minicore;
11
12
#[link(name = "foo", kind = "raw-dylib")]
13
extern "stdcall" {
14
-//~^ WARN: calling convention not supported on this target
+//~^ WARN: unsupported_calling_conventions
15
//~| WARN: previously accepted
16
fn f(x: i32);
17
//~^ ERROR ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
tests/ui/linkage-attr/raw-dylib/windows/unsupported-abi.stderr
@@ -1,4 +1,4 @@
1
-warning: use of calling convention not supported on this target
+warning: "stdcall" is not a supported ABI for the current target
2
--> $DIR/unsupported-abi.rs:13:1
3
|
4
LL | / extern "stdcall" {
0 commit comments