You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.