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:

  1. Install the stable version through rustup

    $ rustup install stable
  2. Set stable as the default version

    $ rustup default stable

zsirfs
832 声望24 粉丝

菜鸟挣扎努力的去学习


引用和评论

0 条评论