rustup
Verified for current stable LTS
Rustup Command: List Installed Toolchains
Use for list installed toolchains with Rustup. Exact CLI syntax to list installed toolchains using Rustup.
When to use this: Use for list installed toolchains with Rustup.
Command Syntax
rustup show rustup show Live Command Builder
Final Command
rustup show Command Breakdown
rustup is the base executable for this command.
FAQ
Purpose: Exact syntax to list installed toolchains using Rustup.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Rustup Command: Install Nightly Toolchain
rustup install nightly Rustup Command: Open Local Rust Documentation rustup doc Rustup Command: Override Toolchain Set Nightly rustup override set nightly Rustup Command: Run Cargo Build With Toolchain rustup run <toolchain> cargo build Rustup Command: Set Default Toolchain Nightly rustup default nightly