pub fn error_location<T, E: LexicalError>(
error: &ParseError<LexerPosition, T, E>,
) -> (FileId, TextRange)
Expand description
Return the LexerLocation of a lalrpop_util::ParseError
pub fn error_location<T, E: LexicalError>(
error: &ParseError<LexerPosition, T, E>,
) -> (FileId, TextRange)
Return the LexerLocation of a lalrpop_util::ParseError