### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and am still able to reproduce my issue. ### Problem Unexpected output: ``` info: no toolchain installed for 'nightly-2023' info: toolchain 'nightly-2023' uninstalled ``` ### Steps 1. `rustup install nightly-2022-10-19-aarch64-apple-darwin` (actually __any__ toolchain you want) 2. `rustup uninstall nightly-2022` 3. read the contradictory output Expected output can be only one - `no toolchain installed for 'nightly-2022'` __or__ `toolchain 'nightly-2022' uninstalled` ### Possible Solution(s) _No response_ ### Notes _No response_ ### Rustup version ```console rustup 1.27.1 (54dd3d00f 2024-04-24) ``` ### Installed toolchains ```console It doesn't matter. Many nightly, zero or one stable. ``` ### OS version ```console macOS 14.5 ```
Verification
Problem
Unexpected output:
Steps
rustup install nightly-2022-10-19-aarch64-apple-darwin(actually any toolchain you want)rustup uninstall nightly-2022Expected output can be only one -
no toolchain installed for 'nightly-2022'ortoolchain 'nightly-2022' uninstalledPossible Solution(s)
No response
Notes
No response
Rustup version
rustup 1.27.1 (54dd3d00f 2024-04-24)Installed toolchains
It doesn't matter. Many nightly, zero or one stable.OS version
macOS 14.5