macro_rules! format_warn {
    ($($arg:tt)*) => { ... };
}