Files
rust/compiler
Dylan DPC aede21f42f Rollup merge of #94404 - pierwill:newtype-index-noord-2, r=Aaron1011
Make Ord and PartialOrd opt-out in `newtype_index`

Part of work on #90317. This will allow us to do

```diff
rustc_index::newtype_index! {
    /// A unique ID associated with a macro invocation and expansion.
    pub struct LocalExpnId {
        ENCODABLE = custom
        DEBUG_FORMAT = "expn{}"
+       ORD_IMPL = off
    }
}
```
2022-03-04 02:06:41 +01:00
..
2022-01-28 16:56:05 +01:00
2021-12-14 18:50:31 -04:00
2022-02-26 13:45:43 -03:00
2022-02-25 08:00:52 -05:00
2022-03-03 19:47:23 +08:00
2022-03-03 19:47:23 +08:00
2022-03-01 20:02:47 +08:00
2022-03-03 19:47:23 +08:00
2022-02-24 16:02:07 -05:00
2022-02-24 17:01:01 +11:00
2022-03-02 17:46:12 +01:00
2022-02-25 08:00:52 -05:00
2022-02-25 08:00:52 -05:00
2022-02-22 18:14:51 -05:00