report_parse_errors

Function report_parse_errors 

Source
pub fn report_parse_errors<'a, 'b>(
    result: ParseResult<SourceText<'_>, Rich<'a, Token<'a>, ParserSpan>>,
    file_path: &'b str,
) -> Vec<Report<'a, (&'b str, Range<usize>)>>