Macro warning

Source
macro_rules! warning {
    ($format:literal, $($arg:expr),* $(,)?) => { ... };
    ($format:literal $(,)?) => { ... };
    ($context:ty, $format:literal, $($arg:expr),* $(,)?) => { ... };
    ($context:ty, $format:literal $(,)?) => { ... };
}