Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
explicit-tail-calls
/
c-variadic.stderr
blob: 5293339d2188140df8470c6a059e09ed999dea3c [
file
] [
log
] [
blame
]
error
:
c
-
variadic functions can
't be tail-called
--> $DIR/c-variadic.rs:10:14
|
LL | unsafe { become foo(1, 2, 3) }
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error