Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dmod.rs1448 struct OpaqueTypesVisitor<'tcx> { in note_type_err() struct
1449 types: FxHashMap<TyCategory, FxHashSet<Span>>, in note_type_err()
1450 expected: FxHashMap<TyCategory, FxHashSet<Span>>, in note_type_err()
1451 found: FxHashMap<TyCategory, FxHashSet<Span>>, in note_type_err()
1452 ignore_span: Span, in note_type_err()
1453 tcx: TyCtxt<'tcx>, in note_type_err()
1456 impl<'tcx> OpaqueTypesVisitor<'tcx> { in note_type_err() implementation
1544 impl<'tcx> ty::fold::TypeVisitor<'tcx> for OpaqueTypesVisitor<'tcx> { in note_type_err() implementation