pub fn report_validation_errors(errors: &[String]) -> ErrorExpand description
Print each validation error in CLI form and collapse them into a single
io::Error. Shared by the cn test command and the build orchestrator so a
failed world surfaces every problem in one pass.