diff options
| -rw-r--r-- | src/librustc_incremental/persist/load.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_incremental/persist/load.rs b/src/librustc_incremental/persist/load.rs index 01186483a68..f846759545e 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); |
