macro_rules! impl_debug_strict_add {
    ($( $ty:ty )*) => { ... };
}