Remove Ord
from Binder
This commit is contained in:
parent
dc95bd69f2
commit
dd9fe01d06
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue