Skip to content

Commit eb4f33a

Browse files
committed
Put users in a working rustc version in the quick-start.rst.
Also warn about the problem with post-LLVM 12 nightlies. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent f8bc8e9 commit eb4f33a

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)