Macro fmt_refs

Source
macro_rules! fmt_refs {
    ($($tr:ident),*) => { ... };
}