about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorEric Holk <ericholk@microsoft.com>2022-09-07 14:46:04 -0700
committerEric Holk <ericholk@microsoft.com>2022-09-07 16:05:06 -0700
commit578fc49fc1bbc5498138c84eecad68ee3de54173 (patch)
treedb6e6ba53bfcd02f6df53a065bbafd11649548a1 /compiler/rustc_codegen_llvm/src
parentf91ca2878af792bc6969b97d78fe91b27739ac2d (diff)
downloadrust-578fc49fc1bbc5498138c84eecad68ee3de54173.tar.gz
rust-578fc49fc1bbc5498138c84eecad68ee3de54173.zip
Use HashStable_Generic in rustc_type_ir
A lot of the types in this crate implemented HashStable directly to
avoid circular dependencies. One way around that is to use
HashStable_Generic. We adopt that here to avoid a lot of boilerplate.

This doesn't update all the types, because some would require
`I: Interner + HashStable`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions