Open
Description
Problem you are trying to solve
rustup update
fails (unrelated to issue)
rustup target remove wasm32-wasi
fails
rustup +target remove wasm32-wasi
succeeds, as the default toolchain was nightly as specified in.rustup/settings.toml
Solution you'd like
Rustup could search and suggest targets on other versions when the default does not have the target
Notes
No response