Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs2700 struct SameTypeModuloInfer<'a, 'tcx>(&'a InferCtxt<'tcx>); struct
2702 impl<'tcx> TypeRelation<'tcx> for SameTypeModuloInfer<'_, 'tcx> { implementation