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