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 = [
43954395 " rustc_feature" ,
43964396 " rustc_fluent_macro" ,
43974397 " rustc_hir" ,
4398+ " rustc_index" ,
43984399 " rustc_macros" ,
43994400 " rustc_middle" ,
44004401 " rustc_privacy" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ rustc_expand = { path = "../rustc_expand" }
1616rustc_feature = { path = " ../rustc_feature" }
1717rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
1818rustc_hir = { path = " ../rustc_hir" }
19+ rustc_index = { path = " ../rustc_index" }
1920rustc_macros = { path = " ../rustc_macros" }
2021rustc_middle = { path = " ../rustc_middle" }
2122rustc_privacy = { path = " ../rustc_privacy" }
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ mod debugger_visualizer;
2323mod diagnostic_items;
2424pub mod entry;
2525mod errors;
26- #[ cfg( debug_assertions) ]
2726pub mod hir_id_validator;
2827pub mod input_stats;
2928mod lang_items;
You can’t perform that action at this time.
0 commit comments