Function print_project_errors
pub fn print_project_errors(root: &Path, errors: &[CompileError])Expand description
Render project-level errors as plain [category] message lines — the
fallback for errors with no file attribution. Rich, source-context rendering
lives in the front-end’s project-failure renderer (v0.24).