We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a8f2c commit d23cbc3Copy full SHA for d23cbc3
src/librustc_incremental/lib.rs
@@ -36,8 +36,8 @@ pub use persist::dep_graph_tcx_init;
36
pub use persist::load_dep_graph;
37
pub use persist::load_query_result_cache;
38
pub use persist::LoadResult;
39
+pub use persist::create_trans_partition;
40
pub use persist::save_dep_graph;
-pub use persist::save_trans_partition;
41
pub use persist::save_work_products;
42
pub use persist::in_incr_comp_dir;
43
pub use persist::prepare_session_directory;
0 commit comments