diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-03-04 02:06:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-04 02:06:41 +0100 |
| commit | aede21f42ff5f560062d041e53299f4513431a9d (patch) | |
| tree | 419e17b93160536168f2a8276f0e85137dc42349 /compiler/rustc_codegen_llvm/src | |
| parent | 79c71d1f9e41aad3c8104ed7b7fe6762823076a6 (diff) | |
| parent | c08a9a4f1d03f48ae38dba885fce96fad785a2de (diff) | |
| download | rust-aede21f42ff5f560062d041e53299f4513431a9d.tar.gz rust-aede21f42ff5f560062d041e53299f4513431a9d.zip | |
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
}
}
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
