Closed
Description
https://ci.appveyor.com/project/GuillaumeGomez/va-list-rs/build/1.0.22
Only the 32-bit msvc tests are failing. After adding some debug printfs to the C code it appears that the arguments are busted as soon as create_va_list
is called. I even tacked on some __cdecl
to make sure it wasn't accidentally compiling the function with the wrong calling convention.
Due to #32305 this was never caught otherwise.