Macro eprintln

Source
macro_rules! eprintln {
    ($($arg: tt)*) => { ... };
}
Expand description

Print a message to the standard error stream, with a newline.