macro_rules! error {
    ($($arg:tt)+) => { ... };
}
Expand description

Local version of error!.