Macro resynth::warn

source ยท
macro_rules! warn {
    ($st:expr, $fmt:expr $(, $($arg:expr),*)*) => { ... };
}