Macro warning

Source
macro_rules! warning {
    ($fmt:literal $(, $fmt_arg:expr)*) => { ... };
}