rename bound region instantiation
- `erase_late_bound_regions` -> `instantiate_bound_regions_with_erased` - `replace_late_bound_regions_X` -> `instantiate_bound_regions_X`
This commit is contained in:
parent
41cfb20abb
commit
40b154e53c
35 changed files with 78 additions and 69 deletions
|
@ -470,7 +470,7 @@ impl<'tcx> Collector<'tcx> {
|
|||
}
|
||||
|
||||
fn i686_arg_list_size(&self, item: DefId) -> usize {
|
||||
let argument_types: &List<Ty<'_>> = self.tcx.erase_late_bound_regions(
|
||||
let argument_types: &List<Ty<'_>> = self.tcx.instantiate_bound_regions_with_erased(
|
||||
self.tcx
|
||||
.type_of(item)
|
||||
.instantiate_identity()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue