File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ pub mod util {
162162 pub mod ppaux;
163163 pub mod nodemap;
164164 pub mod fs;
165+ pub mod time_graph;
165166}
166167
167168// A private module so that macro-expanded idents like
File renamed without changes.
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ use rustc::middle::lang_items::LangItem;
7676use rustc:: session:: { Session , CompileIncomplete } ;
7777use rustc:: session:: config:: { OutputFilenames , OutputType , PrintRequest } ;
7878use rustc:: ty:: { self , TyCtxt } ;
79+ use rustc:: util:: time_graph;
7980use rustc:: util:: nodemap:: { FxHashSet , FxHashMap } ;
8081use rustc_mir:: monomorphize;
8182use rustc_codegen_utils:: codegen_backend:: CodegenBackend ;
82- use rustc_codegen_utils:: time_graph;
8383
8484mod diagnostics;
8585
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ pub mod link;
4444pub mod codegen_backend;
4545pub mod symbol_names;
4646pub mod symbol_names_test;
47- pub mod time_graph;
4847pub mod llvm_target_features;
4948
5049/// check for the #[rustc_error] annotation, which forces an
You can’t perform that action at this time.
0 commit comments