Macro warn

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