Skip to content

Commit f122480

Browse files
committed
clear_if_dirty with self.rustc(compiler) for Mode::Rustc
1 parent 3f86ec9 commit f122480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@ impl<'a> Builder<'a> {
754754
self.clear_if_dirty(&my_out, &self.rustc(compiler));
755755
},
756756
Mode::Rustc => {
757+
self.clear_if_dirty(&my_out, &self.rustc(compiler));
757758
self.clear_if_dirty(&my_out, &libstd_stamp);
758759
self.clear_if_dirty(&my_out, &libtest_stamp);
759760
},

0 commit comments

Comments
 (0)