Skip to content

Commit

Permalink
docs: use per project override setting for rustup
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
liuw committed Jul 7, 2021
1 parent 4d68cd7 commit a8574df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/rust/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ A particular version (`1.54.0-beta.1`) of the Rust compiler is required.
Newer versions may or may not work because, for the moment, we depend on
some unstable Rust features.

If you are using ``rustup``, run::
If you are using ``rustup``, enter the checked out source code directory
and run::

rustup default beta-2021-06-23
rustup override set beta-2021-06-23

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

Expand Down

0 comments on commit a8574df

Please sign in to comment.