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
rustup --version --verbose
rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.84.0-nightly (59cec72a5 2024-11-08)`
The text was updated successfully, but these errors were encountered:
rustbot
added
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
labels
Nov 10, 2024
nightly-2024-11-11 is available (nightly-2024-11-10 is unavailable, though), so it appears that the problem here was temporary or has already been fixed.
When trying to test the code that depends on the change merged yesterday, I noticed that the toolchain is nightly-2024-11-09 which is the same as yesterday's latest nightly.
rustup-components-history also shows this nightly-2024-11-09 as "last_available".
https://github.com/rust-lang/rustup-components-history/blob/gh-pages/aarch64-apple-darwin/rustc.json#L9
If this is due to a temporary failure, it is not a problem for me as I will just wait until tomorrow, but I have opened the issue in case it is not.
cc @rust-lang/infra
@rustbot label +T-infra
Meta
rustc --version --verbose
:rustup --version --verbose
:The text was updated successfully, but these errors were encountered: