Skip to content

Commit 868d2a1

Browse files
authored
Fix comment
1 parent 000d3c9 commit 868d2a1

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_incremental/persist

1 file changed

+1
-1
lines changed

src/librustc_incremental/persist/load.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub fn load_dep_graph(sess: &Session) ->
130130
let mut prev_work_products = FxHashMap();
131131

132132
// If we are only building with -Zquery-dep-graph but without an actual
133-
// incr. comp. session directory, we exit here. Otherwise we'd fail
133+
// incr. comp. session directory, we skip this. Otherwise we'd fail
134134
// when trying to load work products.
135135
if sess.incr_comp_session_dir_opt().is_some() {
136136
let work_products_path = work_products_path(sess);

0 commit comments

Comments
 (0)