macro_rules! impl_dep_tracking_hash_via_hash {
    ($($t:ty),+ $(,)?) => { ... };
}