Skip to content

Commit 968a8e8

Browse files
authored
Merge pull request #2657 from kellda/no-toolchain-msg
Better error message when no toolchain is installed
2 parents 137685b + ba09130 commit 968a8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ error_chain! {
301301
}
302302
ToolchainNotSelected {
303303
description("toolchain is not selected")
304-
display("no override and no default toolchain set")
304+
display("no override and no default toolchain set; run 'rustup default stable' to set the stable toolchain as default")
305305
}
306306
OverrideToolchainNotInstalled(t: String) {
307307
description("override toolchain is not installed")

0 commit comments

Comments
 (0)