type Combine<T> = Combine<T, Early>;Aliased Type§
struct Combine<T>(PhantomData<(Early, T)>, ThinVec<<T as CombineAttributeParser<Early>>::Item>);Tuple Fields§
§0: PhantomData<(Early, T)>§1: ThinVec<<T as CombineAttributeParser<Early>>::Item>Layout§
Note: Encountered an error during type layout; the type failed to be normalized.