-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
As of 0.13.3, darling
has added impl FromMeta for Type
(TedDriggs/darling#172). This removes the need for the adapter, and will preserve span information in your macro outputs, which in turn will produce better errors if people give your macros bad inputs.
If there are other syn
types that impl Parse
and do not impl FromMeta
, please feel free to file issues in TedDriggs/darling and I'll add those as well.
Metadata
Metadata
Assignees
Labels
No labels