Skip to content

Commit 71dbed4

Browse files
authored
Fix rustup run command in the 1.64 blog post
1 parent f5012fe commit 71dbed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2022-09-22-Rust-1.64.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ At this time, to run the rustup-installed version, you need to invoke it this
157157
way:
158158

159159
```
160-
rustup run rust-analyzer
160+
rustup run stable rust-analyzer
161161
```
162162

163163
The next release of rustup will provide a built-in proxy so that running the

0 commit comments

Comments
 (0)