summary refs log tree commit diff
path: root/src/test/ui/c-variadic/variadic-ffi-no-fixed-args.stderr
blob: cb6060525fc0d17a6d9bb82dc0843912b3e70c51 (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:11
   |
LL |     fn foo(...);
   |           ^

error: aborting due to previous error