Home
last modified time | relevance | path

Searched defs:DisableAutoTraitVisitor (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/coherence/
Dorphan.rs562 struct DisableAutoTraitVisitor<'tcx> { in fast_reject_auto_impl() struct
563 tcx: TyCtxt<'tcx>, in fast_reject_auto_impl()
564 trait_def_id: DefId, in fast_reject_auto_impl()
565 self_ty_root: Ty<'tcx>, in fast_reject_auto_impl()
566 seen: FxHashSet<DefId>, in fast_reject_auto_impl()
569 impl<'tcx> TypeVisitor<TyCtxt<'tcx>> for DisableAutoTraitVisitor<'tcx> { in fast_reject_auto_impl() implementation