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
Current beta (14f51b0) cannot bootstrap itself.
The cargo version shipped with it appends --color=always when the output terminal supports it, and src/bootstrap/compile.rs sets RUSTC_COLOR=1 leading to src/boostrap/bin/rustc.rs also appending --color=always.
This results in commands like:
Current beta (14f51b0) cannot bootstrap itself.
The cargo version shipped with it appends
--color=always
when the output terminal supports it, andsrc/bootstrap/compile.rs
setsRUSTC_COLOR=1
leading tosrc/boostrap/bin/rustc.rs
also appending--color=always
.This results in commands like:
which in turn leads to
The text was updated successfully, but these errors were encountered: