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

Immediate version of info!.