Преглед изворни кода

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`