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
Hey, I'm interested in fixing this issue so that cargo unstable-api can start working again. I looked into it a bit and it seems like the right place to make the change would be to update TraitBoundModifier to add a MaybeConst variant or something, but this enum is pub and exhaustive, so I'm assuming this change can't be made under syn's stability guarantees.
Do you have an idea for how you are planning to add support for the const modifier? I'd be happy to implement it but I'm unsure of how to proceed so I figured I'd ask first.
~const
rust-lang/rust#88328The text was updated successfully, but these errors were encountered: