Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
4b3ece475d6e77465a30c8b53d7e1e9e861e4b79
/
.
/
tests
/
ui
/
c-variadic
/
variadic-ffi-no-fixed-args.stderr
blob: e11ba43ca2a9a879c941e7ec4bf6ae79f912a2af [
file
] [
log
] [
blame
]
error
:
C
-
variadic
function
must be declared
with
at least one named argument
-->
$DIR
/
variadic
-
ffi
-
no
-
fixed
-
args
.
rs
:
2
:
12
|
LL
|
fn foo
(...);
|
^^^
error
:
aborting due to previous error