summary refs log tree commit diff
path: root/src/test/ui/parser/variadic-ffi-4.stderr
blob: 69fbf84869c13bf7ad809dc6ab54f6c0bc21fae4 (plain)
1
2
3
4
5
6
7
8
error: only foreign functions are allowed to be C-variadic
  --> $DIR/variadic-ffi-4.rs:1:29
   |
LL | extern "C" fn foo(x: isize, ...) {
   |                             ^^^

error: aborting due to previous error