mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
Move time_graph.rs to rustc/util
This commit is contained in:
@@ -162,6 +162,7 @@ pub mod util {
|
||||
pub mod ppaux;
|
||||
pub mod nodemap;
|
||||
pub mod fs;
|
||||
pub mod time_graph;
|
||||
}
|
||||
|
||||
// A private module so that macro-expanded idents like
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
use rustc::session::{Session, CompileIncomplete};
|
||||
use rustc::session::config::{OutputFilenames, OutputType, PrintRequest};
|
||||
use rustc::ty::{self, TyCtxt};
|
||||
use rustc::util::time_graph;
|
||||
use rustc::util::nodemap::{FxHashSet, FxHashMap};
|
||||
use rustc_mir::monomorphize;
|
||||
use rustc_codegen_utils::codegen_backend::CodegenBackend;
|
||||
use rustc_codegen_utils::time_graph;
|
||||
|
||||
mod diagnostics;
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
pub mod codegen_backend;
|
||||
pub mod symbol_names;
|
||||
pub mod symbol_names_test;
|
||||
pub mod time_graph;
|
||||
pub mod llvm_target_features;
|
||||
|
||||
/// check for the #[rustc_error] annotation, which forces an
|
||||
|
||||
Reference in New Issue
Block a user