2025-03-14 21:59:59 -06:00
|
|
|
# rustup show
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Show installed toolchains, targets, and the version of `rustc`.
|
|
|
|
|
> More information: <https://rust-lang.github.io/rustup/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show all information:
|
|
|
|
|
|
|
|
|
|
`rustup show`
|
|
|
|
|
|
|
|
|
|
- Show the active toolchain:
|
|
|
|
|
|
|
|
|
|
`rustup show active-toolchain`
|
|
|
|
|
|
|
|
|
|
- Show the rustup data directory:
|
|
|
|
|
|
|
|
|
|
`rustup show home`
|