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

Immediate version of warn!.