macro_rules! system { ( $(#[$units_attr:meta])* units: $units:ident { $($quantity:ident,)+ } ) => { ... }; }