mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.27k stars 294 forks source link

Improved test coverage of va_list #968

Closed gerard-ryan-immersaview closed 1 month ago

gerard-ryan-immersaview commented 1 month ago

This PR highlights an edge case error in the va_list implementation. Feel free to close if this isn't useful.

gerard-ryan-immersaview commented 1 month ago

Closing as this is a part of https://github.com/mozilla/cbindgen/pull/970