Skip to content

Commit

Permalink
Merge pull request torvalds#433 from liuw/rustc-project-override
Browse files Browse the repository at this point in the history
docs: use per project override setting for rustup
  • Loading branch information
alex authored Jul 7, 2021
2 parents 4d68cd7 + a8574df commit cded685
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 cded685

Please sign in to comment.