rust/tests/ui/c-variadic/variadic-ffi-no-fixed-args.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
210 B
Plaintext
Raw Normal View History

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(...);
2020-09-26 12:46:00 -05:00
| ^^^
error: aborting due to previous error