Rename tcx.mk_re_*
=> Region::new_*
This commit is contained in:
parent
498553fc04
commit
e33e20824f
42 changed files with 291 additions and 233 deletions
|
@ -3027,7 +3027,7 @@ fn bind_generator_hidden_types_above<'tcx>(
|
|||
kind: ty::BrAnon(None),
|
||||
};
|
||||
counter += 1;
|
||||
tcx.mk_re_late_bound(current_depth, br)
|
||||
ty::Region::new_late_bound(tcx, current_depth, br)
|
||||
}
|
||||
r => bug!("unexpected region: {r:?}"),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue