]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/ty/fast_reject.rs
Auto merge of #91959 - matthiaskrgr:rollup-rhajuvw, r=matthiaskrgr
[rust.git] / compiler / rustc_middle / src / ty / fast_reject.rs
index 94d75a469d3d7527054af67ef8bc18594f077329..11ee942b83e772027749764a2cf25f22b043cef4 100644 (file)
@@ -1,7 +1,7 @@
-use crate::ich::StableHashingContext;
 use crate::ty::{self, Ty, TyCtxt};
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
 use rustc_hir::def_id::DefId;
+use rustc_query_system::ich::StableHashingContext;
 use std::fmt::Debug;
 use std::hash::Hash;
 use std::mem;