We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac5076 commit ba09130Copy full SHA for ba09130
src/errors.rs
@@ -297,7 +297,7 @@ error_chain! {
297
}
298
ToolchainNotSelected {
299
description("toolchain is not selected")
300
- display("no override and no default toolchain set")
+ display("no override and no default toolchain set; run 'rustup default stable' to set the stable toolchain as default")
301
302
OverrideToolchainNotInstalled(t: String) {
303
description("override toolchain is not installed")
0 commit comments