]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_incremental/src/lib.rs
Auto merge of #87252 - RalfJung:miri, r=RalfJung
[rust.git] / compiler / rustc_incremental / src / lib.rs
index 95456c07b10aaaa2308de79d753fc716e3b16afc..f089cbcfca6e5f150a2bdc40776eb3ab0d1bbc6f 100644 (file)
@@ -14,7 +14,7 @@
 pub mod assert_module_sources;
 mod persist;
 
-pub use assert_dep_graph::assert_dep_graph;
+use assert_dep_graph::assert_dep_graph;
 pub use persist::copy_cgu_workproduct_to_incr_comp_cache_dir;
 pub use persist::delete_workproduct_files;
 pub use persist::finalize_session_directory;
@@ -26,4 +26,4 @@
 pub use persist::save_dep_graph;
 pub use persist::save_work_product_index;
 pub use persist::LoadResult;
-pub use persist::{load_dep_graph, DepGraphFuture};
+pub use persist::{build_dep_graph, load_dep_graph, DepGraphFuture};