4 lines
152 B
Rust
4 lines
152 B
Rust
extern "C" fn foo(x: u8, ...);
|
|
//~^ ERROR only foreign functions are allowed to be variadic
|
|
//~| ERROR expected one of `->`, `where`, or `{`, found `;`
|