]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/variadic-ffi-4.stderr
Auto merge of #65838 - estebank:resilient-recovery, r=Centril
[rust.git] / src / test / ui / parser / variadic-ffi-4.stderr
1 error[E0743]: only foreign functions are allowed to be C-variadic
2   --> $DIR/variadic-ffi-4.rs:1:29
3    |
4 LL | extern "C" fn foo(x: isize, ...) {
5    |                             ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0743`.