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

Local version of warn!.