Skip to content

Commit 4f0e492

Browse files
authored
Merge pull request #140 from ojeda/fixed-nightly-version
Put users in a working `rustc` version in the `quick-start.rst`.
2 parents f8bc8e9 + eb4f33a commit 4f0e492

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/rust/quick-start.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ as possible, but for the moment we depend on a handful of nightly features.
2929

3030
If you are using ``rustup``, run::
3131

32-
rustup toolchain install nightly
32+
rustup default nightly-2021-02-20
33+
34+
Please avoid the very latest nightlies (>= nightly-2021-03-05) until
35+
https://github.com/Rust-for-Linux/linux/issues/135 is resolved.
3336

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

0 commit comments

Comments
 (0)