blob: cb6060525fc0d17a6d9bb82dc0843912b3e70c51 [file] [log] [blame]
error: C-variadic function must be declared with at least one named argument
--> $DIR/variadic-ffi-no-fixed-args.rs:2:11
|
LL | fn foo(...);
| ^
error: aborting due to previous error