Home
last modified time | relevance | path

Searched refs:DeriveHelper (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Ddef.rs44 DeriveHelper, enumerator
511 NonMacroAttrKind::DeriveHelper | NonMacroAttrKind::DeriveHelperCompat => { in descr()
529 | NonMacroAttrKind::DeriveHelper in is_used()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dmacros.rs711 Res::NonMacroAttr(NonMacroAttrKind::DeriveHelper),
905 Res::NonMacroAttr(NonMacroAttrKind::DeriveHelper);
916 Some(AmbiguityKind::DeriveHelper)
H A Dlib.rs719 DeriveHelper, enumerator
732 AmbiguityKind::DeriveHelper => "a name conflict with a derive helper attribute", in descr()
H A Ddiagnostics.rs671 let res = Res::NonMacroAttr(NonMacroAttrKind::DeriveHelper); in early_lookup_typo_candidate()