Skip to content

Commit cded685

Browse files
authored
Merge pull request #433 from liuw/rustc-project-override
docs: use per project override setting for rustup
2 parents 4d68cd7 + a8574df commit cded685

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/rust/quick-start.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ A particular version (`1.54.0-beta.1`) of the Rust compiler is required.
2727
Newer versions may or may not work because, for the moment, we depend on
2828
some unstable Rust features.
2929

30-
If you are using ``rustup``, run::
30+
If you are using ``rustup``, enter the checked out source code directory
31+
and run::
3132

32-
rustup default beta-2021-06-23
33+
rustup override set beta-2021-06-23
3334

3435
Otherwise, fetch a standalone installer or install ``rustup`` from:
3536

0 commit comments

Comments
 (0)