Macro println_error

Source
macro_rules! println_error {
    ($($data:expr),*) => { ... };
}