Skip to content

Commit a2f7007

Browse files
authored
Update 2018-12-06-Rust-1.31-and-rust-2018.md
Add something about rustup self update to fix install problems
1 parent 1c40af7 commit a2f7007

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

posts/2018-12-06-Rust-1.31-and-rust-2018.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ Work on IDE support is not finished, in particular code completion is not up
350350
to scratch in the RLS-based editors. However, if you mainly want support for
351351
types, documentation, and 'go to def', etc. then you should be happy.
352352

353+
If you have probelms installing any of the tools with Rustup, try running
354+
`rustup self update`, and then try again.
355+
353356
### Tool lints
354357

355358
In [Rust 1.30](https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html), we
@@ -467,4 +470,4 @@ release, more so than others, this list does not truly capture the amount of
467470
work and the number of people who have contributed. Each release is only six
468471
weeks, but this release is the culmination of three years of effort, in
469472
countless repositories, by numerous people. It's been a pleasure to work with
470-
you all, and we look forward to continuing to grow in the next three years.
473+
you all, and we look forward to continuing to grow in the next three years.

0 commit comments

Comments
 (0)