HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rustup show — Show installed toolchains, targets, and the version of `rustc`. More information: <https://rust-lang

Submitted by: @import:tldr-pages··
0
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 show


Show the active toolchain:
rustup show active-toolchain


Show the rustup data directory:
rustup show home

Code Snippets

Show all information

rustup show

Show the active toolchain

rustup show active-toolchain

Show the rustup data directory

rustup show home

Context

tldr-pages: common/rustup show

Revisions (0)

No revisions yet.