about summary refs log tree commit diff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2021-08-02 08:47:15 +0200
committerlcnr <rust@lcnr.de>2021-08-26 11:00:30 +0200
commitbc0156baceed60a4dbfd063554e66bc69b3b0bd4 (patch)
tree0c075dbd7fe5e608b61f71997902d5c919d36704 /compiler/rustc_query_impl
parent283e0e670b7b6f925d5973f2b2b373304b17b114 (diff)
downloadrust-bc0156baceed60a4dbfd063554e66bc69b3b0bd4.tar.gz
rust-bc0156baceed60a4dbfd063554e66bc69b3b0bd4.zip
shrink `ty::PredicateKind` again
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/src/keys.rs2
1 files changed, 1 insertions, 1 deletions
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