macro_rules! make_alias { ($base_quantity:ty, $base_unit:ty, $alias_quantity:ident, $alias_unit:ident) => { ... }; }