eignnx 7 лет назад
Родитель
Сommit
b7e73303ad
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      pages/common/rustup.md

+ 4 - 0
pages/common/rustup.md

@@ -11,6 +11,10 @@
 
 `rustup default nightly`
 
+- Use the nightly toolchain when inside the current project, but leave global settings unchanged:
+
+`rustup override set nightly`
+
 - Update all toolchains:
 
 `rustup update`