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 d8a6409 commit 0ab7842Copy full SHA for 0ab7842
src/bootstrap/src/core/build_steps/test.rs
@@ -1640,7 +1640,7 @@ impl Step for Compiletest {
1640
1641
if builder.top_stage == 0
1642
&& env::var("COMPILETEST_FORCE_STAGE0").is_err()
1643
- && self.mode != "js-doc-test"
+ && self.mode != "rustdoc-js"
1644
{
1645
eprintln!("\
1646
ERROR: `--stage 0` runs compiletest on the beta compiler, not your local changes, and will almost always cause tests to fail
0 commit comments