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
The build script runs rustc -V rather than $RUSTC -V causing rustup to install the toolchain in rust-toolchain.toml even when a different rustc version is used for compiling. For example when building as part of the rust mono repo where the bootstrap compiler would be used instead.