rename instantiate_query_result
This commit is contained in:
parent
e72dc79488
commit
75e3a9c8fd
3 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,7 @@ impl<'cx, 'gcx, 'tcx> TypeFolder<'gcx, 'tcx> for QueryNormalizer<'cx, 'gcx, 'tcx
|
|||
return ty;
|
||||
}
|
||||
|
||||
match self.infcx.instantiate_query_result(
|
||||
match self.infcx.instantiate_query_result_and_region_obligations(
|
||||
self.cause,
|
||||
self.param_env,
|
||||
&orig_values,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue