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 {
162
162
pub mod ppaux;
163
163
pub mod nodemap;
164
164
pub mod fs;
165
+ pub mod time_graph;
165
166
}
166
167
167
168
// 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;
76
76
use rustc:: session:: { Session , CompileIncomplete } ;
77
77
use rustc:: session:: config:: { OutputFilenames , OutputType , PrintRequest } ;
78
78
use rustc:: ty:: { self , TyCtxt } ;
79
+ use rustc:: util:: time_graph;
79
80
use rustc:: util:: nodemap:: { FxHashSet , FxHashMap } ;
80
81
use rustc_mir:: monomorphize;
81
82
use rustc_codegen_utils:: codegen_backend:: CodegenBackend ;
82
- use rustc_codegen_utils:: time_graph;
83
83
84
84
mod diagnostics;
85
85
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ pub mod link;
44
44
pub mod codegen_backend;
45
45
pub mod symbol_names;
46
46
pub mod symbol_names_test;
47
- pub mod time_graph;
48
47
pub mod llvm_target_features;
49
48
50
49
/// check for the #[rustc_error] annotation, which forces an
You can’t perform that action at this time.
0 commit comments