diff options
| author | Romain Perier <romain.perier@gmail.com> | 2025-05-01 18:40:38 +0200 |
|---|---|---|
| committer | Romain Perier <romain.perier@gmail.com> | 2025-05-02 09:37:06 +0200 |
| commit | 6970813e78a1d0f4298859471aaafece5e674a33 (patch) | |
| tree | e85d569d4df8b99935f83f2023b112d233249a19 /tests/rustdoc/source-code-pages/auxiliary/source-code-bar.rs | |
| parent | 0e517d38ad0e72f93c734b14fabd4bb9b7441de6 (diff) | |
| download | rust-6970813e78a1d0f4298859471aaafece5e674a33.tar.gz rust-6970813e78a1d0f4298859471aaafece5e674a33.zip | |
Use less rustc_type_ir in the compiler codebase
This commit does the following:
- Replaces use of rustc_type_ir by rustc_middle in rustc_infer.
- The DelayedMap type is exposed by rustc_middle so everything can be
accessed through rustc_middle in a coherent manner.
- API-layer traits, like InferCtxtLike, Interner or inherent::* must be
accessed via rustc_type_ir, not rustc_middle::ty. For this reason
these are not reexported by rustc_middle::ty.
- Replaces use of ty::Interner by rustc_type_ir::Interner in
rustc_trait_selection
Diffstat (limited to 'tests/rustdoc/source-code-pages/auxiliary/source-code-bar.rs')
0 files changed, 0 insertions, 0 deletions
