[][src]Derive Macro swc_eq_ignore_macros::EqIgnoreSpan

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

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