Skip to main content

Crate rustc_type_ir_macros

Crate rustc_type_ir_macros 

Source

Derive Macrosยง

GenericTypeVisitable
By default, #[derive(GenericTypeVisitable)] will add GenericTypeVisitable bounds to every field of the item. However, this results in infinite recursion for types whose fields mention Self, such as:
Lift_Generic
TypeFoldable_Generic
TypeVisitable_Generic