const ATTRIBUTES_TO_COPY: &[&str];Expand description
Attributes to copy from the main enum’s variants to the discriminant enum’s variants.
Attributes not in this list may be for other proc_macros on the main enum, and may cause
compilation problems when copied across.