macro_rules! print_error {
($arg:tt) => { ... };
($($arg:tt)*) => { ... };
}👎Deprecated since 0.1.0: Use print_error function instead
Expand description
Pretty print error (deprecated - use print_error function instead)
macro_rules! print_error {
($arg:tt) => { ... };
($($arg:tt)*) => { ... };
}Pretty print error (deprecated - use print_error function instead)