Skip to content

Commit 5928308

Browse files
committed
Disable a bunch of impls
1 parent 34187e4 commit 5928308

File tree

2 files changed

+83
-10
lines changed

2 files changed

+83
-10
lines changed

compiler/rustc_hir/src/def.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ impl DefKind {
255255
//
256256
#[derive(Clone, Copy, PartialEq, Eq, Encodable, Decodable, Hash, Debug)]
257257
#[derive(HashStable_Generic)]
258+
#[stable_hasher(no_hash_stable_eq)]
258259
pub enum Res<Id = hir::HirId> {
259260
/// Definition having a unique ID (`DefId`), corresponds to something defined in user code.
260261
///

0 commit comments

Comments
 (0)