Show installed and available components for active toolchain.

Section: Components

List components

bash
bash
rustup component list
Explanation

Useful for seeing whether rustfmt or clippy is already available.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Components
Install rustfmt
Add the formatter component.
OpenIn sheetbashsame section
Install Clippy
Add the Clippy lint component.
OpenIn sheetbashsame section
Install rust-src
Add standard library source code.
OpenIn sheetbashsame section
Open local Rust docs
Launch the locally installed Rust documentation.
OpenIn sheetbashsame section
List installed toolchains
Display toolchains available on the machine.
OpenIn sheetbash2 tag match
List available targets
Show supported target triples.
OpenIn sheetbash2 tag match