We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02025d8 commit 471cb5cCopy full SHA for 471cb5c
compiler/rustc_middle/src/ich.rs
compiler/rustc_middle/src/lib.rs
@@ -84,7 +84,6 @@ pub mod arena;
84
#[macro_use]
85
pub mod dep_graph;
86
pub mod hir;
87
-pub mod ich;
88
pub mod infer;
89
pub mod lint;
90
pub mod middle;
compiler/rustc_middle/src/ich/impls_ty.rs renamed to compiler/rustc_middle/src/ty/impls_ty.rs
compiler/rustc_middle/src/ty/mod.rs
@@ -110,6 +110,7 @@ mod context;
110
mod diagnostics;
111
mod erase_regions;
112
mod generics;
113
+mod impls_ty;
114
mod instance;
115
mod list;
116
mod structural_impls;
0 commit comments