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