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

@@ -8,6 +8,7 @@ use crate::infer::InferCtxt;
use crate::traits::project::ProjectAndUnifyResult;
use rustc_middle::mir::interpret::ErrorHandled;
use rustc_middle::ty::fold::{TypeFolder, TypeSuperFoldable};
use rustc_middle::ty::visit::TypeVisitable;
use rustc_middle::ty::{Region, RegionVid, Term};
use rustc_data_structures::fx::{FxHashMap, FxHashSet};