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
212 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 17:46:00 +00:00
| ^^^
error: aborting due to 1 previous error