Update TypeVisitor paths

This commit is contained in:
Alan Egerton
2022-06-17 13:15:00 +01:00
parent e9e5d0685b
commit 4f0a64736b
130 changed files with 161 additions and 147 deletions

View File

@@ -5,7 +5,7 @@ use crate::traits::{self, ObligationCause};
use rustc_hir as hir;
use rustc_infer::infer::TyCtxtInferExt;
use rustc_middle::ty::{self, Ty, TyCtxt, TypeFoldable};
use rustc_middle::ty::{self, Ty, TyCtxt, TypeVisitable};
use crate::traits::error_reporting::InferCtxtExt;