rustc_middle

Macro TrivialTypeTraversalImpls

source
macro_rules! TrivialTypeTraversalImpls {
    ($($ty:ty),+ $(,)?) => { ... };
}
Expand description

Used for types that are Copy and which do not care about arena allocated data (i.e., don’t need to be folded).