Function error_location

Source
pub fn error_location<T, E: LexicalError>(
    error: &ParseError<LexerPosition, T, E>,
) -> (FileId, TextRange)
Expand description

Return the LexerLocation of a lalrpop_util::ParseError