-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)A-codegenArea: Code generationArea: Code generationO-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: Windows
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.
Metadata
Metadata
Assignees
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)A-codegenArea: Code generationArea: Code generationO-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: Windows