Macro warn

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