We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Ord
PartialOrd
chalk_solve::display::state::UnifiedId
1 parent 664d12d commit a441bfdCopy full SHA for a441bfd
chalk-solve/src/display/state.rs
@@ -36,7 +36,7 @@ impl Display for InvertedBoundVar {
36
}
37
38
39
-#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
+#[derive(Copy, Clone, Debug, PartialEq, Eq)]
40
enum UnifiedId<I: Interner> {
41
AdtId(I::InternedAdtId),
42
DefId(I::DefId),
0 commit comments