Macro debug_eprint_named_vars

Source
macro_rules! debug_eprint_named_vars {
    ($($id:ident), +) => { ... };
}