snippetbashTip
rustup show — Show installed toolchains, targets, and the version of `rustc`. More information: <https://rust-lang
Viewed 0 times
commandrustup showshowandtoolchainsclitargetsinstalled
Problem
How to use the
rustup show command: Show installed toolchains, targets, and the version of rustc. More information: <https://rust-lang.github.io/rustup/>.Solution
rustup show — Show installed toolchains, targets, and the version of rustc. More information: <https://rust-lang.github.io/rustup/>.Show all information:
rustup showShow the active toolchain:
rustup show active-toolchainShow the rustup data directory:
rustup show homeCode Snippets
Show all information
rustup showShow the active toolchain
rustup show active-toolchainShow the rustup data directory
rustup show homeContext
tldr-pages: common/rustup show
Revisions (0)
No revisions yet.