-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Don't link to specific versions of rust in the book. #26229
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
Conversation
They're forever doomed to be out-of-date. Also, don't assume the user is installing a particular version.
|
||
```bash | ||
rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14) | ||
rustc 1.0.0 (a59de37e9 2015-05-13) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, technically this isn't correct for 1.0 but it is for 1.1+.
@bors: r+ rollup |
📌 Commit e2e292c has been approved by |
…klabnik They're forever doomed to be out-of-date. Also, don't assume the user is installing a particular version. r? @steveklabnik
cherry-picking this to 1.1 because the bad instructions bother me |
Actually, nevermind. It doesn't apply cleanly. |
@steveklabnik is going to do the cherry-pick |
They're forever doomed to be out-of-date. Also, don't assume the user is
installing a particular version.
r? @steveklabnik