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