Macro warn

Source
macro_rules! warn {
    ($value:expr) => { ... };
    ($value:expr, $($key:ident: $val:expr),+) => { ... };
}