warn

Macro warn 

Source
macro_rules! warn {
    ($s:literal $(, $x:expr)* $(,)?) => { ... };
}