Description
We want to deprecate rustup install
and rustup uninstall
in 1.21.0 -- as such as indicated in #2096 (comment) we need to find and correct anywhere major which recommends the use of these deprecated interfaces.
NOTE Our ideal outcome is that the rustup install
and rustup uninstall
CLI API remains available into the future as a pure alias to rustup toolchain XXX
which currently due to limitations in clap
it is not.
ALSO NOTE We want the "correct" CLI API documented, so this work remains wanted.
FINALLY With #2149 we intend to not emit a warning but rather only verbose indicators that the current rustup install
and rustup uninstall
may not behave exactly as the rustup toolchain XXX
interface and that will change when the alias work is done.
This issue is meant to track that documentation fixup work:
Until all those (and any further high profile instances) are resolved, we should not release 1.21.0
If you find new instances of rustup install
and rustup uninstall
in high profile documentation, please comment below so we can track it. Ditto if you file a PR to get that fixed to use rustup toolchain install
etc, then please comment so that we can track the PR.