rust/src/test/ui/parser/variadic-ffi-4.stderr
2018-10-21 14:06:28 +03:00

8 lines
214 B
Text

error: only foreign functions are allowed to be variadic
--> $DIR/variadic-ffi-4.rs:13:29
|
LL | extern "C" fn foo(x: isize, ...) {
| ^^^
error: aborting due to previous error