Home
last modified time | relevance | path

Searched refs:DeriveOrdWithExplicitTypeVariable (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dderive_ord_xor_partial_ord.rs31 struct DeriveOrdWithExplicitTypeVariable; struct
33 impl PartialOrd<DeriveOrdWithExplicitTypeVariable> for DeriveOrdWithExplicitTypeVariable { implementation
H A Dderive_ord_xor_partial_ord.stderr28 LL | / impl PartialOrd<DeriveOrdWithExplicitTypeVariable> for DeriveOrdWithExplicitTypeVariable {