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`."
1008
+
);
1009
+
exit!(1);
1010
+
}
1005
1011
_ => {}
1006
1012
}
1007
1013
1008
1014
if flags_compile_time_deps && !matches!(flags_cmd,Subcommand::Check{ .. }){
1009
1015
eprintln!(
1010
-
"WARNING: Can't use --compile-time-deps with any subcommand other than check."
1016
+
"ERROR: Can't use --compile-time-deps with any subcommand other than check."
0 commit comments