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

Local version of info!.