Skip to content

Commit 56dbedb

Browse files
committed
Move comment that hadn't move with its corresponding code
1 parent 37898d0 commit 56dbedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/c.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ where
410410
}
411411

412412
let use_preprocessor_cache_mode = {
413+
// Disable preprocessor cache when doing distributed compilation (+ other conditions)
413414
let can_use_preprocessor_cache_mode = !may_dist
414415
&& preprocessor_cache_mode_config.use_preprocessor_cache_mode
415416
&& !too_hard_for_preprocessor_cache_mode;
@@ -438,7 +439,6 @@ where
438439
use_preprocessor_cache_mode
439440
};
440441

441-
// Disable preprocessor cache when doing distributed compilation
442442
let mut preprocessor_key = if use_preprocessor_cache_mode {
443443
preprocessor_cache_entry_hash_key(
444444
&executable_digest,

0 commit comments

Comments
 (0)