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.
2 parents 137685b + ba09130 commit 968a8e8Copy full SHA for 968a8e8
src/errors.rs
@@ -301,7 +301,7 @@ error_chain! {
301
}
302
ToolchainNotSelected {
303
description("toolchain is not selected")
304
- 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")
305
306
OverrideToolchainNotInstalled(t: String) {
307
description("override toolchain is not installed")
0 commit comments