summary refs log tree commit diff
path: root/src/test/ui/variadic/variadic-ffi-2.stderr
blob: cb2a9f874b7b34e317368b98076c3e164b7dd75b (plain)
1
2
3
4
5
6
7
8
9
error[E0045]: variadic function must have C or cdecl calling convention
  --> $DIR/variadic-ffi-2.rs:3:11
   |
LL | fn baz(f: extern "stdcall" fn(usize, ...)) {
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variadics require C or cdecl calling convention

error: aborting due to previous error

For more information about this error, try `rustc --explain E0045`.