about summary refs log tree commit diff
path: root/compiler/rustc_query_system
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-11-04 17:02:54 +0000
committerMichael Goulet <michael@errs.io>2023-11-21 05:49:44 +0000
commit426bc70ad661e6edd66949f3d938c0c07571dbc5 (patch)
treeb63264b2f73e321404021cb49ed320519e68412e /compiler/rustc_query_system
parentbaf4abff314cad946a3b7335024e3e2756e3828b (diff)
downloadrust-426bc70ad661e6edd66949f3d938c0c07571dbc5.tar.gz
rust-426bc70ad661e6edd66949f3d938c0c07571dbc5.zip
Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir
Diffstat (limited to 'compiler/rustc_query_system')
-rw-r--r--compiler/rustc_query_system/src/ich/impls_syntax.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_query_system/src/ich/impls_syntax.rs b/compiler/rustc_query_system/src/ich/impls_syntax.rs
index b2177be0e36..81a7eb604f5 100644
--- a/compiler/rustc_query_system/src/ich/impls_syntax.rs
+++ b/compiler/rustc_query_system/src/ich/impls_syntax.rs
@@ -123,5 +123,3 @@ impl<'tcx> HashStable<StableHashingContext<'tcx>> for rustc_feature::Features {
         });
     }
 }
-
-impl<'ctx> rustc_type_ir::HashStableContext for StableHashingContext<'ctx> {}