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 toolchain list
stable-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu (default)
stage1
One question I might ask is: "where are these toolchains on the filesystem"? Especially for the manually linked (using rustup toolchain link) toolchain stage1.
How about rustup toolchain list -v prints the toolchains with their paths?
Thanks!
The text was updated successfully, but these errors were encountered:
On my system I have:
One question I might ask is: "where are these toolchains on the filesystem"? Especially for the manually linked (using
rustup toolchain link
) toolchainstage1
.How about
rustup toolchain list -v
prints the toolchains with their paths?Thanks!
The text was updated successfully, but these errors were encountered: