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