2025-06-13 17:18:26 +02:00
|
|
|
error[E0045]: C-variadic functions with the "Rust" calling convention are not supported
|
2025-02-18 15:00:26 +01:00
|
|
|
--> $DIR/variadic-ffi-2.rs:3:11
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2025-02-18 15:00:26 +01:00
|
|
|
LL | fn baz(f: extern "Rust" fn(usize, ...)) {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling convention
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0045`.
|