Sign in
android
/
toolchain
/
rustc
/
5bd94c128c5702589f742e958fb8ae82646357c9
/
.
/
src
/
test
/
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