Skip to content

Commit 9af9c0a

Browse files
committed
Derive Hash for UnifiedId
1 parent 537f869 commit 9af9c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-solve/src/display/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl Display for InvertedBoundVar {
3636
}
3737
}
3838

39-
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
39+
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
4040
enum UnifiedId<I: Interner> {
4141
AdtId(I::InternedAdtId),
4242
DefId(I::DefId),

0 commit comments

Comments
 (0)