mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

`ProjectionElem` and `UnOp`/`BinOp` dont need to be `PartialOrd`/`Ord` These types don't really admit a natural ordering and no code seems to rely on it, so let's remove it.
For more information about how rustc works, see the rustc dev guide.