macro_rules! CloneLiftImpls {
    (for <$tcx:lifetime> { $($ty:ty,)+ }) => { ... };
    ($($ty:ty,)+) => { ... };
}