warn

Macro warn 

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