Skip to main content

parser_errors_to_reportable

Function parser_errors_to_reportable 

Source
pub fn parser_errors_to_reportable(
    source: &str,
    file_path: PathBuf,
    errors: Vec<ParserError>,
) -> Vec<Box<dyn ReportableError>>
Expand description

Convert parser errors to ReportableError with source span.