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
It brought a slight redesign of how attributes are represented:
The syntax tree for Attribute has been redesigned. The new API better accommodates attributes which mix structured and unstructured content at different levels of nesting.
AttributeArgs has been removed. Use Punctuated<Meta, Token![,]>.
For parsing attribute contents, parse_meta() is superseded by a new parsing library called syn::meta, and the parse_nested_meta method on Attribute.
darling probably has to have some changes incorporated in order to support the new data structures
The text was updated successfully, but these errors were encountered:
Recently (2 days ago) syn has released a new major version.
It brought a slight redesign of how attributes are represented:
darling
probably has to have some changes incorporated in order to support the new data structuresThe text was updated successfully, but these errors were encountered: