Update Rust toolchains
USAGE:
install [FLAGS] <toolchain>
FLAGS:
-h, --help Prints help information
ARGS:
<toolchain>
This is very terse and doesn't tell me what values are valid for <toolchain> (related: #482). The error message isn't helping either:
rustup install foo
error: toolchain 'foo' is not installed
rustup help installThis is very terse and doesn't tell me what values are valid for
<toolchain>(related: #482). The error message isn't helping either:rustup install foo error: toolchain 'foo' is not installed