mozilla / cbindgen

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

deps: Update syn to 2.0 #961

Closed GrayJack closed 1 month ago

GrayJack commented 1 month ago

The tests failed to me locally. Both without and with this modifications

emilio commented 1 month ago

The tests failed to me locally. Both without and with this modifications

Can you elaborate on how? CI looks green here tho, so that's always something :)

emilio commented 1 month ago

I fixed / simplified some of the va-list handling (which otherwise breaks with #970).

emilio commented 1 month ago

Thanks!

emilio commented 1 month ago

Also if you could file an issue about the tests failing on your machine, it'd be great to get it sorted out.

GrayJack commented 1 month ago

Can you elaborate on how? CI looks green here tho, so that's always something :)

It was the first comment, I fixed the failures in the following commits and forgot to update the comment 😅