From 868d2a18c11f97265b4aa4a0f0bd3f3f735bfc13 Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Tue, 8 May 2018 09:13:18 -0400 Subject: [PATCH] Fix comment --- src/librustc_incremental/persist/load.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_incremental/persist/load.rs b/src/librustc_incremental/persist/load.rs index 01186483a6839..f846759545eb9 100644 --- a/src/librustc_incremental/persist/load.rs +++ b/src/librustc_incremental/persist/load.rs @@ -130,7 +130,7 @@ pub fn load_dep_graph(sess: &Session) -> let mut prev_work_products = FxHashMap(); // If we are only building with -Zquery-dep-graph but without an actual - // incr. comp. session directory, we exit here. Otherwise we'd fail + // incr. comp. session directory, we skip this. Otherwise we'd fail // when trying to load work products. if sess.incr_comp_session_dir_opt().is_some() { let work_products_path = work_products_path(sess);