macro_rules! make_identifier { ( $name:tt ) => { ... }; ( $namespace:tt , $($rest:tt)* ) => { ... }; }