about summary refs log tree commit diff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2021-09-26 01:40:17 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2021-10-03 16:08:55 +0200
commitfedd7785fe61754bd3a2678cf2277e0d0b217454 (patch)
treeb631241c771973ac6a9893f173a4cdf6e37dcf31 /compiler/rustc_query_impl
parent471cb5c149b8f843278a148c03a370e791d45cb9 (diff)
downloadrust-fedd7785fe61754bd3a2678cf2277e0d0b217454.tar.gz
rust-fedd7785fe61754bd3a2678cf2277e0d0b217454.zip
Access StableHashingContext in rustc_query_system.
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/src/plumbing.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/src/plumbing.rs b/compiler/rustc_query_impl/src/plumbing.rs
index ad757029ec3..f02fe91dfb1 100644
--- a/compiler/rustc_query_impl/src/plumbing.rs
+++ b/compiler/rustc_query_impl/src/plumbing.rs
@@ -36,7 +36,6 @@ impl<'tcx> std::ops::Deref for QueryCtxt<'tcx> {
 
 impl HasDepContext for QueryCtxt<'tcx> {
     type DepKind = rustc_middle::dep_graph::DepKind;
-    type StableHashingContext = rustc_query_system::ich::StableHashingContext<'tcx>;
     type DepContext = TyCtxt<'tcx>;
 
     #[inline]