You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ERROR: cannot test anything on stage 0. Use at least stage 1. If you want to run compiletest with an external stage0 toolchain, enable `build.compiletest-allow-stage0`."
1385
+
);
1386
+
exit!(1);
1387
+
}
1382
1388
_ => {}
1383
1389
}
1384
1390
1385
1391
if config.compile_time_deps && !matches!(config.cmd,Subcommand::Check{ .. }){
1386
-
eprintln!(
1387
-
"WARNING: Can't use --compile-time-deps with any subcommand other than check."
1388
-
);
1392
+
eprintln!("ERROR: Can't use --compile-time-deps with any subcommand other than check.");
0 commit comments