Verification
Problem
The issue is about discoverability of rustup.
rustup is a "toolchain INSTALLER". However:
$ rustup --help 2>&1 | grep install 127
The Rust toolchain installer
show Show the active and installed toolchains or profiles
toolchain Modify or query the installed toolchains
component Modify a toolchain's installed components
self Modify the rustup installation
Rustup installs The Rust Programming Language from the official
There is no command to install anything. There are commands to modify and show and query toolchains, and modify a toolchain, and modify rustup itself.
But no command to INSTALL a toolchain! There should be something in --help that indicate which command is used to install a toolchain.

Steps
rustup --help
Possible Solution(s)
Show an example installing the latest toolchain in the help.
Notes
No response
Rustup version
Installed toolchains
there is nothing installed
OS version
Verification
Problem
The issue is about discoverability of
rustup.rustupis a "toolchain INSTALLER". However:There is no command to install anything. There are commands to modify and show and query toolchains, and modify a toolchain, and modify rustup itself.
But no command to INSTALL a toolchain! There should be something in
--helpthat indicate which command is used to install a toolchain.Steps
rustup --help
Possible Solution(s)
Show an example installing the latest toolchain in the help.
Notes
No response
Rustup version
1.27.1Installed toolchains
there is nothing installedOS version
Nixos