1
Fork 0

Remove re-export.

This commit is contained in:
Camille GILLOT 2020-11-14 16:48:54 +01:00
parent c355b2e5cd
commit 02025d86ac
31 changed files with 35 additions and 26 deletions

View file

@ -36,7 +36,7 @@ impl<'tcx> std::ops::Deref for QueryCtxt<'tcx> {
impl HasDepContext for QueryCtxt<'tcx> {
type DepKind = rustc_middle::dep_graph::DepKind;
type StableHashingContext = rustc_middle::ich::StableHashingContext<'tcx>;
type StableHashingContext = rustc_query_system::ich::StableHashingContext<'tcx>;
type DepContext = TyCtxt<'tcx>;
#[inline]