macro_rules! format_args {
    ($($tt:tt)*) => { ... };
}
Expand description

Replaces format_args! using xfmt syntax.