Function report_errors

pub fn report_errors(errors: &[CompilerError], source: &str)
Expand description

Reports a list of compiler errors to stderr

ยงArguments

  • errors - A slice of CompilerError to report
  • source - The source code string, used for generating line information