1
Fork 0

rename instantiate_query_result

This commit is contained in:
Niko Matsakis 2018-06-09 09:50:51 -04:00
parent e72dc79488
commit 75e3a9c8fd
3 changed files with 3 additions and 3 deletions

View file

@ -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,