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
#1172 allows us to create a rust-toolchain file and specify a version of the toolchain to be used in the current directory. But I can't seem to find a way to install the specified version automatically.
Now I do cat rust-toolchain | xargs rustup install, but it would be nice to have a command like rustup install rust-toolchain or maybe simply rustup install (fail if the file is not present).