1
0
Эх сурвалжийг харах

rustup: add override example (#2001)

eignnx 7 жил өмнө
parent
commit
b7e73303ad

+ 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`