Skip to content

docs: use per project override setting for rustup #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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