1
Fork 0

Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk

Move things to `rustc_type_ir`

Finishes some work proposed in https://github.com/rust-lang/compiler-team/issues/341.

r? `@ghost`
This commit is contained in:
bors 2022-05-29 08:20:13 +00:00
commit 0f06824013
45 changed files with 1742 additions and 640 deletions

View file

@ -205,6 +205,7 @@ symbols! {
IntoIterator,
IoRead,
IoWrite,
IrTyKind,
Is,
ItemContext,
Iterator,