From bc0156baceed60a4dbfd063554e66bc69b3b0bd4 Mon Sep 17 00:00:00 2001 From: lcnr Date: Mon, 2 Aug 2021 08:47:15 +0200 Subject: shrink `ty::PredicateKind` again --- compiler/rustc_query_impl/src/keys.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_query_impl/src') diff --git a/compiler/rustc_query_impl/src/keys.rs b/compiler/rustc_query_impl/src/keys.rs index 8523737f8db..d85f1c04524 100644 --- a/compiler/rustc_query_impl/src/keys.rs +++ b/compiler/rustc_query_impl/src/keys.rs @@ -217,7 +217,7 @@ impl<'tcx> Key for (DefId, SubstsRef<'tcx>) { } } -impl<'tcx> Key for (ty::Unevaluated<'tcx>, ty::Unevaluated<'tcx>) { +impl<'tcx> Key for (ty::Unevaluated<'tcx, ()>, ty::Unevaluated<'tcx, ()>) { #[inline(always)] fn query_crate_is_local(&self) -> bool { (self.0).def.did.krate == LOCAL_CRATE -- cgit 1.4.1-3-g733a5