File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4395,6 +4395,7 @@ dependencies = [
4395
4395
" rustc_feature" ,
4396
4396
" rustc_fluent_macro" ,
4397
4397
" rustc_hir" ,
4398
+ " rustc_index" ,
4398
4399
" rustc_macros" ,
4399
4400
" rustc_middle" ,
4400
4401
" rustc_privacy" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ rustc_expand = { path = "../rustc_expand" }
16
16
rustc_feature = { path = " ../rustc_feature" }
17
17
rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
18
18
rustc_hir = { path = " ../rustc_hir" }
19
+ rustc_index = { path = " ../rustc_index" }
19
20
rustc_macros = { path = " ../rustc_macros" }
20
21
rustc_middle = { path = " ../rustc_middle" }
21
22
rustc_privacy = { path = " ../rustc_privacy" }
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ mod debugger_visualizer;
23
23
mod diagnostic_items;
24
24
pub mod entry;
25
25
mod errors;
26
- #[ cfg( debug_assertions) ]
27
26
pub mod hir_id_validator;
28
27
pub mod input_stats;
29
28
mod lang_items;
You can’t perform that action at this time.
0 commit comments