mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
Ignore variadic FFI test on AArch64
This commit is contained in:
parent
89fceaa5b0
commit
70e48b12e9
@ -9,6 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-arm stdcall isn't suppported
|
||||
// ignore-aarch64 stdcall isn't suppported
|
||||
|
||||
extern "stdcall" {
|
||||
fn printf(_: *const u8, ...); //~ ERROR: variadic function must have C or cdecl calling
|
||||
|
Loading…
Reference in New Issue
Block a user