1
Fork 0

address nits by mattewjasper

This commit is contained in:
Niko Matsakis 2019-06-17 09:26:48 -04:00
parent 0b15a66a80
commit adba6a8f90
7 changed files with 13 additions and 64 deletions

View file

@ -915,7 +915,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
region: ty::Region<'tcx>,
in_regions: &Rc<Vec<ty::Region<'tcx>>>,
) {
debug!("sub_regions({:?} <: {:?})", region, in_regions);
debug!("pick_constraint({:?} <: {:?})", region, in_regions);
self.borrow_region_constraints()
.pick_constraint(opaque_type_def_id, definition_span, hidden_ty, region, in_regions);
}