There are still some use cases in which the error highlighting for tagged types does not highlight the field/type that is responsible for the failure to implement parsing. This seems to especially be the case when parsing enums.
A general approach should be to remove all calls to Span::call_site.
There are still some use cases in which the error highlighting for tagged types does not highlight the field/type that is responsible for the failure to implement parsing. This seems to especially be the case when parsing enums.
A general approach should be to remove all calls to
Span::call_site.