memea

Macro errorln

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

Macro for printing error messages in red with newline.