about summary refs log tree commit diff
path: root/tests/ui/c-variadic/variadic-ffi-2-arm.rs
AgeCommit message (Collapse)AuthorLines
2025-07-23add codegen test for variadics (also replacing some existing does-this-build ↵Ralf Jung-9/+0
tests)
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-0/+1
This reverts commit 685f189b4307435b83d625fea397ef36dff4e955.
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-1/+0
2024-09-23Check ABI target compatibility for function pointersTamme Dittrich-0/+9
This check was previously only performed on functions not function pointers. Co-authored-by: Folkert <folkert@folkertdev.nl>