Skip to content

Remove parse_type_from_string #423

@TedDriggs

Description

@TedDriggs

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions