]> git.lizzy.rs Git - rust.git/commitdiff
Catch a bad reference in use clauses
authorIsaac Whitfield <iw@whitfin.io>
Wed, 9 May 2018 05:26:50 +0000 (22:26 -0700)
committerIsaac Whitfield <iw@whitfin.io>
Fri, 11 May 2018 15:09:53 +0000 (08:09 -0700)
src/librustc_incremental/lib.rs

index a5e07bcec24bb65c242de5765c68c6ad9c3792a9..af33e878032640ef8ebc9cf046cae6e2e17d0bd8 100644 (file)
@@ -36,8 +36,8 @@
 pub use persist::load_dep_graph;
 pub use persist::load_query_result_cache;
 pub use persist::LoadResult;
+pub use persist::create_trans_partition;
 pub use persist::save_dep_graph;
-pub use persist::save_trans_partition;
 pub use persist::save_work_products;
 pub use persist::in_incr_comp_dir;
 pub use persist::prepare_session_directory;