1
Fork 0

Don't use a thread to load the dep graph

This commit is contained in:
John Kåre Alsaker 2023-09-20 15:38:18 +02:00
parent 13e6f24b9a
commit ba8d53dc8f
5 changed files with 68 additions and 118 deletions

View file

@ -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;