blob: 238f2b3133044de4fc8d97ab112a6829f14d775e [file] [log] [blame] [edit]
error[E0570]: "aapcs" is not a supported ABI for the current target
--> $DIR/unsupported-varargs-fnptr.rs:14:20
|
LL | fn aapcs(f: extern "aapcs" fn(usize, ...)) {
| ^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0570`.