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 1ba4e7b commit 3ff521bCopy full SHA for 3ff521b
src/bootstrap/build/step.rs
@@ -381,6 +381,8 @@ impl<'a> Step<'a> {
381
self.check_cfail(compiler),
382
self.check_rfail(compiler),
383
self.check_pfail(compiler),
384
+ self.check_incremental(compiler),
385
+ self.check_ui(compiler),
386
self.check_crate_std(compiler),
387
self.check_crate_test(compiler),
388
self.check_crate_rustc(compiler),
0 commit comments