Don't use a thread to load the dep graph
This commit is contained in:
parent
13e6f24b9a
commit
ba8d53dc8f
5 changed files with 68 additions and 118 deletions
|
@ -28,8 +28,8 @@ pub use persist::load_query_result_cache;
|
|||
pub use persist::prepare_session_directory;
|
||||
pub use persist::save_dep_graph;
|
||||
pub use persist::save_work_product_index;
|
||||
pub use persist::setup_dep_graph;
|
||||
pub use persist::LoadResult;
|
||||
pub use persist::{build_dep_graph, load_dep_graph, DepGraphFuture};
|
||||
|
||||
use rustc_errors::{DiagnosticMessage, SubdiagnosticMessage};
|
||||
use rustc_fluent_macro::fluent_messages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue