Derive Macro swc_common::EqIgnoreSpan[][src]

#[derive(EqIgnoreSpan)]
{
    // Attributes available to this derive:
    #[not_spanned]
    #[use_eq]
}
Expand description

Fields annotated with #[not_panned] or #[use_eq] will use == instead of eq_ignore_span.