summary refs log tree commit diff
path: root/tests/ui/c-variadic
AgeCommit message (Collapse)AuthorLines
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-2/+5
This is the default calling convention for ARM - it is used for extern "C", therefore it supports varargs.
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-2/+0
Also remove a note that I don't consider to be very useful in context.
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+2
2023-01-15Tweak E0597Esteban Küber-1/+3
CC #99430
2023-01-13Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi-10/+7
Stabilize `abi_efiapi` feature Tracking issue: https://github.com/rust-lang/rust/issues/65815 Closes #65815
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-10/+7
Tracking issue: https://github.com/rust-lang/rust/issues/65815
2023-01-11Filter impl and where-clause candidates that reference errorsMichael Goulet-21/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+637