We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc7878 commit a8fc79bCopy full SHA for a8fc79b
compiler/rustc_middle/src/ty/instance.rs
@@ -23,7 +23,7 @@ pub struct Instance<'tcx> {
23
pub substs: SubstsRef<'tcx>,
24
}
25
26
-#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
+#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
27
#[derive(TyEncodable, TyDecodable, HashStable, TypeFoldable)]
28
pub enum InstanceDef<'tcx> {
29
/// A user-defined callable item.
0 commit comments