immunant / c2rust

Migrate C code to Rust
https://c2rust.com/
Other
3.81k stars 220 forks source link

bitfields-derive: Upgrade to syn 2 #977

Open langston-barrett opened 1 year ago

langston-barrett commented 1 year ago

syn is a big package that takes a long time to compile, and it recently had a major version bump. c2rust-bitfields-derive is a transitive dependency of my application that relies on syn 1, meaning I have to compile syn twice to compile my application. It would be great if bitfields-derive supported syn 2, so I only had to build syn once.

domenukk commented 11 months ago

+1