Add instrument and debug calls

This commit is contained in:
Santiago Pastorino
2022-09-06 17:24:36 -03:00
parent 3c72788461
commit e3a738a942
8 changed files with 33 additions and 15 deletions

View File

@@ -328,6 +328,7 @@ impl<'tcx> GenericPredicates<'tcx> {
}
}
#[instrument(level = "debug", skip(self, tcx))]
fn instantiate_into(
&self,
tcx: TyCtxt<'tcx>,