Skip to content

Commit 9d82fce

Browse files
committed
Formatter
1 parent 0a36812 commit 9d82fce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compiler/rustc_query_impl/src/execution.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,8 @@ fn ensure_can_skip_execution<'tcx, C: QueryCache>(
603603
// needed, which guarantees the query provider will never run
604604
// for this key.
605605
EnsureMode::Done => {
606-
query.will_cache_on_disk_for_key(key) && loadable_from_disk(tcx, serialized_dep_node_index)
606+
query.will_cache_on_disk_for_key(key)
607+
&& loadable_from_disk(tcx, serialized_dep_node_index)
607608
}
608609
}
609610
}

0 commit comments

Comments
 (0)