macro_rules! eprintln {
($($arg: tt)*) => { ... };
}
Expand description
Print a message to the standard error stream, with a newline.
macro_rules! eprintln {
($($arg: tt)*) => { ... };
}
Print a message to the standard error stream, with a newline.