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