[go: up one dir, main page]

pub fn print_on_failure(
    silent_mode: bool,
    warnings: &[CompileWarning],
    errors: &[CompileError]
)