Function report_error

Source
pub fn report_error(
    message: &str,
    span: &Range<usize>,
    file_path: &str,
    source: &str,
)