]> git.lizzy.rs Git - rust.git/commit
Fix the test to use explicit argument types
authorSimonas Kazlauskas <git@kazlauskas.me>
Thu, 2 Jun 2016 14:18:11 +0000 (17:18 +0300)
committerSimonas Kazlauskas <git@kazlauskas.me>
Thu, 2 Jun 2016 17:09:59 +0000 (20:09 +0300)
commited4688c232db30a849637c48502024bedcc9481d
treeae945768d618a8aaae97998486289211c21bfb0b
parentf18118702f088ee2d4726e1e1e6e87d17b105f5d
Fix the test to use explicit argument types

Hopefully this pacifies the 32bit windows. Apparently there’s an ABI out there that not only allows
non-64 bit variadic arguments, but also has differing ABI for them!

Good thing all variadic functions are unsafe.
src/test/run-pass/variadic-ffi.rs