pub fn in_automatically_derived(tcx: TyCtxt<'_>, id: HirId) -> bool
Checks if the given HIR node is inside an impl block with the automatically_derived attribute.
impl
automatically_derived