Skip to main content

err_line

Function err_line 

Source
pub fn err_line(args: Arguments<'_>)
Expand description

Writes a formatted diagnostic line to standard error.

This is primarily exposed for the binary entrypoint.

oy::err_line(format_args!("error: {}", "example"));