rust/compiler/rustc_const_eval/src/transform
Aaron Hill 6b747aa397
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.
2022-05-11 16:22:23 -04:00
..
check_consts Add new Deinit statement kind 2022-04-11 08:55:03 -04:00
mod.rs Don't re-export MirPass 2021-11-29 12:58:15 -08:00
promote_consts.rs use Result<(),()> instead of Validity enum 2022-05-09 17:13:30 +08:00
validate.rs Remove PartialOrd/Ord impl for PlaceRef 2022-05-11 16:22:23 -04:00