mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:02:35 +03:00
012720ffb0
Improve `AdtDef` interning. This commit makes `AdtDef` use `Interned`. Much of the commit is tedious changes to introduce getter functions. The interesting changes are in `compiler/rustc_middle/src/ty/adt.rs`. r? `@fee1-dead`