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
Right now we panic when the macros encounter unexpected input. This is a poor experience for end users. We should instead make use of syn::Error to return meaningful errors with accurate spans.
The text was updated successfully, but these errors were encountered:
Right now we panic when the macros encounter unexpected input. This is a poor experience for end users. We should instead make use of
syn::Error
to return meaningful errors with accurate spans.The text was updated successfully, but these errors were encountered: