Remove PartialOrd/Ord impl for PlaceRef

This is a new attempt at #93315. It removes one usage
of the `Ord` impl for `DefId`, which should make it easier
to eventually remove that impl.
This commit is contained in:
Aaron Hill 2022-05-09 22:48:43 -04:00
parent 08b4f1be33
commit 6b747aa397
No known key found for this signature in database
GPG key ID: B4087E510E98B164
4 changed files with 15 additions and 5 deletions

View file

@ -35,6 +35,7 @@
#![feature(get_mut_unchecked)]
#![feature(if_let_guard)]
#![feature(map_first_last)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(extern_types)]
#![feature(new_uninit)]