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>)>>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>)>>