about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-03-04 02:06:41 +0100
committerGitHub <noreply@github.com>2022-03-04 02:06:41 +0100
commitaede21f42ff5f560062d041e53299f4513431a9d (patch)
tree419e17b93160536168f2a8276f0e85137dc42349 /compiler/rustc_codegen_llvm/src
parent79c71d1f9e41aad3c8104ed7b7fe6762823076a6 (diff)
parentc08a9a4f1d03f48ae38dba885fce96fad785a2de (diff)
downloadrust-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