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

Immediate version of error!.