macro_rules! impl_nested_display_for_chunk_enum {
    ($Enum: ident; $($Variant: ident $(,)?)*) => { ... };
}Expand description
For Decl, Def, Call, etc., which can occupy a line by itself
macro_rules! impl_nested_display_for_chunk_enum {
    ($Enum: ident; $($Variant: ident $(,)?)*) => { ... };
}For Decl, Def, Call, etc., which can occupy a line by itself