Macro overflowing

Source
macro_rules! overflowing {
    ($t:ty, $($fit:ty)+, $($may_fit:ty)+ $(, $unsigned:ty)?) => { ... };
}
Available on crate feature overflowing only.