Macro rustc_middle::CloneLiftImpls
source · [−]macro_rules! CloneLiftImpls {
(for <$tcx:lifetime> { $($ty:ty,)+ }) => { ... };
($($ty:ty,)+) => { ... };
}
macro_rules! CloneLiftImpls {
(for <$tcx:lifetime> { $($ty:ty,)+ }) => { ... };
($($ty:ty,)+) => { ... };
}