mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
error: C-variadic function must be declared with at least one named argument
|
|
--> $DIR/variadic-ffi-no-fixed-args.rs:2:12
|
|
|
|
|
LL | fn foo(...);
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|