warn

Macro warn 

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