Is there a way to pull labels from a collection using proc macros? #315
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Good day!
I have an enum with
#[derive(Diagnostic)]
. I am trying to add an error type, which can have several spans sourced from a collection:Is there a way to achieve this with proc macros?
The text was updated successfully, but these errors were encountered: