Source: Rustlang "no override and no default toolchain set"
Release time: 2021-06-08 14:01:38
When running rustc --version
on the error, the error reads as follows:
no override and no default toolchain set
error reasons, rust is not installed properly, we can do the following:
Install the stable version through rustup
$ rustup install stable
Set stable as the default version
$ rustup default stable
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。