8000
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 000d3c9 commit 868d2a1Copy full SHA for 868d2a1
src/librustc_incremental/persist/load.rs
@@ -130,7 +130,7 @@ pub fn load_dep_graph(sess: &Session) ->
130
let mut prev_work_products = FxHashMap();
131
132
// 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
+ // incr. comp. session directory, we skip this. Otherwise we'd fail
134
// when trying to load work products.
135
if sess.incr_comp_session_dir_opt().is_some() {
136
let work_products_path = work_products_path(sess);
0 commit comments