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.
Partial/Ord
1 parent 10a7aa1 commit 2707ac9Copy full SHA for 2707ac9
compiler/rustc_transmute/src/layout/mod.rs
@@ -65,7 +65,7 @@ pub mod rustc {
65
use std::fmt::{self, Write};
66
67
/// A reference in the layout.
68
- #[derive(Debug, Hash, Eq, PartialEq, PartialOrd, Ord, Clone, Copy)]
+ #[derive(Debug, Hash, Eq, PartialEq, Clone, Copy)]
69
pub struct Ref<'tcx> {
70
pub lifetime: ty::Region<'tcx>,
71
pub ty: Ty<'tcx>,
0 commit comments