Macro warn_fmt

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