8 lines
192 B
Text
8 lines
192 B
Text
error: only foreign functions are allowed to be variadic
|
|
--> $DIR/variadic-ffi-3.rs:13:18
|
|
|
|
|
LL | fn foo(x: isize, ...) {
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|