Skip to main content

print_error

Function print_error 

Source
pub fn print_error(message: impl Display)
Expand description

Prints an error message to stderr with a red X prefix.

Respects NO_COLOR and terminal detection.