Closed
Description
Problem you are trying to solve
Running cargo +nightly fmt
without nightly installed produces
error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed
but doesn't suggest any ways to fix the problem. This can be confusing for newcomers.
Solution you'd like
It would be great if it suggested to run rustup install nightly
.
Notes
No response