summary refs log tree commit diff
path: root/src/test/ui/variadic/variadic-ffi-2.stderr
blob: 9af7b5bf753dd06da88fb4c88cadb73265ad4ccd (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:13: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`.