Skip to main content

format_error_unix

Function format_error_unix 

Source
pub fn format_error_unix(
    file: &str,
    line: usize,
    col: usize,
    e: &RichError,
) -> String
Expand description

An error formatter that outputs UNIX-style error messages.