pub trait LexError: Error { // Required method fn span(&self) -> Span; }
A lexing error.
Return the span associated with this error.