Переглянути джерело

rustup: add override example (#2001)

eignnx 7 роки тому
батько
коміт
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`