Cleanup free_region_relations a bit

This commit is contained in:
Jack Huey 2022-09-11 03:53:54 -04:00
parent 8996ea93b6
commit 1a663c0f53
6 changed files with 91 additions and 72 deletions

View file

@ -207,6 +207,7 @@ impl<'cx, 'tcx> VerifyBoundCx<'cx, 'tcx> {
///
/// In some cases, such as when `erased_ty` represents a `ty::Param`, however,
/// the result is precise.
#[instrument(level = "debug", skip(self))]
fn declared_generic_bounds_from_env_for_erased_ty(
&self,
erased_ty: Ty<'tcx>,