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 reportsource
- The source code string, used for generating line information