We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d68cd7 + a8574df commit cded685Copy full SHA for cded685
Documentation/rust/quick-start.rst
@@ -27,9 +27,10 @@ A particular version (`1.54.0-beta.1`) of the Rust compiler is required.
27
Newer versions may or may not work because, for the moment, we depend on
28
some unstable Rust features.
29
30
-If you are using ``rustup``, run::
+If you are using ``rustup``, enter the checked out source code directory
31
+and run::
32
- rustup default beta-2021-06-23
33
+ rustup override set beta-2021-06-23
34
35
Otherwise, fetch a standalone installer or install ``rustup`` from:
36
0 commit comments