-
Notifications
You must be signed in to change notification settings - Fork 952
rustc --version
should not trigger/initiate toolchain updates
#3943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
rustc --version
should not trigger/initiate toolchain updates
When invoked via rustup proxy, it should not fail, it should show the resolved active rustc version (without downloading the toolchain), whichever that may be at the moment considering all override methods. Given that rustup already knows which toolchain version to pull, it shouldn't be impossible to present that info. |
@panekj I don't believe it can in general, as we have to take into account custom toolchains that are not distributed by (but linked against) rustup, as well as "moving targets" such as |
Transferred from rust-lang/rust#127649.
Originally posted by @Doineann in #3635 (comment)
The text was updated successfully, but these errors were encountered: