Macro promote_unsigned_scalars

Source
macro_rules! promote_unsigned_scalars {
    (impl $imp:ident for $res:ty, $method:ident) => { ... };
}