We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3478d7c commit 1aedcd3Copy full SHA for 1aedcd3
src/bootstrap/test.rs
@@ -970,7 +970,8 @@ impl Step for Compiletest {
970
if builder.top_stage == 0 && env::var("COMPILETEST_FORCE_STAGE0").is_err() {
971
eprintln!("\
972
error: `--stage 0` runs compiletest on the beta compiler, not your local changes, and will almost always cause tests to fail
973
-help: use `--stage 1` instead
+help: to test the compiler, use `--stage 1` instead
974
+help: to test the standard library, use `--stage 0 library/std` instead
975
note: if you're sure you want to do this, please open an issue as to why. In the meantime, you can override this with `COMPILETEST_FORCE_STAGE0=1`."
976
);
977
std::process::exit(1);
0 commit comments