Skip to content

Commit 86e34cd

Browse files
collin5Mark-Simulacrum
authored andcommitted
clear_if_dirty with self.rustc(compiler) for Mode::Rustc
1 parent c22c709 commit 86e34cd

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
@@ -755,6 +755,7 @@ impl<'a> Builder<'a> {
755755
self.clear_if_dirty(&my_out, &self.rustc(compiler));
756756
},
757757
Mode::Rustc => {
758+
self.clear_if_dirty(&my_out, &self.rustc(compiler));
758759
self.clear_if_dirty(&my_out, &libstd_stamp);
759760
self.clear_if_dirty(&my_out, &libtest_stamp);
760761
},

0 commit comments

Comments
 (0)