summary refs log tree commit diff
path: root/src/test/ui/c-variadic/variadic-ffi-no-fixed-args.stderr
blob: 7af38c88f4334c6eb4c2f22f774bf5fbdbaf0d64 (plain)
1
2
3
4
5
6
7
8
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