Я на MacOS Мохаве. Я использовал Rust в прошлом, и rustfmt всегда работал, но я больше не могу скачать rustfmt.
$ rustup show
Default host: x86_64-apple-darwin
stable-x86_64-apple-darwin (default)
rustc 1.32.0 (9fda7c223 2019-01-16)
$ rustup component add rustfmt
error: toolchain 'stable-x86_64-apple-darwin' does not contain component 'rustfmt' for target 'x86_64-apple-darwin'
Есть ли какая-то другая команда, которую мне нужно выполнить?