Macro warn

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