Я запустил rustup update
для обновления моей инструментальной цепочки и увидел два предупреждения:
warning: tool `rustfmt` is already installed, remove it from `/Users/<username>/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
warning: tool `cargo-fmt` is already installed, remove it from `/Users/<username>/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
Я выполнил инструкции в предупреждающих сообщениях, а затем попытался запустить rustfmt
снова. Я получил ошибку
error: toolchain 'stable-x86_64-apple-darwin' does not have the binary rustfmt`
Что пошло не так и как я могу это исправить?