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
Is nightly build for macOS down? I have yesterday's nightly installed before running rustup update nightly then rustup removed it while it can't find a newer one to install(I lost that logs on my terminal).
The text was updated successfully, but these errors were encountered:
When the Rust CI is misconfigured, it is possible to produce a nightly
where `rustc` or `cargo` is not available. This makes the entire toolchain
unusable (for one day at least).
This PR tries to prevent the update operation from starting at all if
these essential components are missing, so the user would still have a
working though outdated toolchain.
Resolvesrust-lang#1297.
Is nightly build for macOS down? I have yesterday's nightly installed before running
rustup update nightly
thenrustup
removed it while it can't find a newer one to install(I lost that logs on my terminal).The text was updated successfully, but these errors were encountered: