We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fceaa commit 70e48b1Copy full SHA for 70e48b1
src/test/compile-fail/variadic-ffi.rs
@@ -9,6 +9,7 @@
9
// except according to those terms.
10
11
// ignore-arm stdcall isn't suppported
12
+// ignore-aarch64 stdcall isn't suppported
13
14
extern "stdcall" {
15
fn printf(_: *const u8, ...); //~ ERROR: variadic function must have C or cdecl calling
0 commit comments