Skip to main content

print_error

Function print_error 

Source
pub fn print_error<P: AsRef<Path>, S: AsRef<str>>(
    path: P,
    source: S,
    err: Error,
)
Expand description

Pretty-print an error message, complete with colors and the line in question.