Remove Ord from Binder
This commit is contained in:
@@ -908,7 +908,7 @@ impl BoundVariableKind {
|
|||||||
/// e.g., `liberate_late_bound_regions`).
|
/// e.g., `liberate_late_bound_regions`).
|
||||||
///
|
///
|
||||||
/// `Decodable` and `Encodable` are implemented for `Binder<T>` using the `impl_binder_encode_decode!` macro.
|
/// `Decodable` and `Encodable` are implemented for `Binder<T>` using the `impl_binder_encode_decode!` macro.
|
||||||
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
|
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
|
||||||
#[derive(HashStable, Lift)]
|
#[derive(HashStable, Lift)]
|
||||||
pub struct Binder<'tcx, T> {
|
pub struct Binder<'tcx, T> {
|
||||||
value: T,
|
value: T,
|
||||||
|
|||||||
Reference in New Issue
Block a user