Files
rust/tests/ui/explicit-tail-calls/c-variadic.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
205 B
Plaintext
Raw Normal View History

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