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 c22c709 commit 86e34cdCopy full SHA for 86e34cd
src/bootstrap/builder.rs
@@ -755,6 +755,7 @@ impl<'a> Builder<'a> {
755
self.clear_if_dirty(&my_out, &self.rustc(compiler));
756
},
757
Mode::Rustc => {
758
+ self.clear_if_dirty(&my_out, &self.rustc(compiler));
759
self.clear_if_dirty(&my_out, &libstd_stamp);
760
self.clear_if_dirty(&my_out, &libtest_stamp);
761
0 commit comments