Access StableHashingContext in rustc_query_system.

This commit is contained in:
Camille GILLOT 2021-09-26 01:40:17 +02:00
parent 471cb5c149
commit fedd7785fe
6 changed files with 17 additions and 25 deletions

View file

@ -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]