Searched defs:SameTypeModuloInfer (Results 1 – 1 of 1) sorted by relevance
2700 struct SameTypeModuloInfer<'a, 'tcx>(&'a InferCtxt<'tcx>); struct2702 impl<'tcx> TypeRelation<'tcx> for SameTypeModuloInfer<'_, 'tcx> { implementation