blob: 4751cff4373bd277fdbf9713f57613b321f1ca12 [file] [log] [blame]
error: only foreign functions are allowed to be variadic
--> $DIR/variadic-ffi-4.rs:3:29
|
LL | extern "C" fn foo(x: isize, ...) {
| ^^^
error: aborting due to previous error