Skip to content

Commit a8574df

Browse files
committed
docs: use per project override setting for rustup
People may not want to use the nightly / beta compiler specified by Rust for Linux project for other projects. Using per project override setting for rustup is better. Signed-off-by: Wei Liu <[email protected]>
1 parent 4d68cd7 commit a8574df

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)