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
On v0.6.0, attempting to use #[darling(supports(struct_named))] will fail to compile. This is due to syn::DataStruct replacing syn::Fields in the syn::Data::Struct variant.
The text was updated successfully, but these errors were encountered:
On v0.6.0, attempting to use
#[darling(supports(struct_named))]
will fail to compile. This is due tosyn::DataStruct
replacingsyn::Fields
in thesyn::Data::Struct
variant.The text was updated successfully, but these errors were encountered: