macro_rules! error {
($start: expr, $($args:tt)*) => { ... };
}Expand description
Macro very similar to eprintln! in the standard library, just prints in red.
macro_rules! error {
($start: expr, $($args:tt)*) => { ... };
}Macro very similar to eprintln! in the standard library, just prints in red.