Macro warn

Source
macro_rules! warn {
    ($fmt:expr, $($arg:tt)*) => { ... };
}