address nits by mattewjasper
This commit is contained in:
parent
0b15a66a80
commit
adba6a8f90
7 changed files with 13 additions and 64 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue