Skip to content

Commit 16232b0

Browse files
committed
do some review feedback
1 parent d510061 commit 16232b0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

_posts/2018-10-29-help-test-rust-2018.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
title: "Help test Rust 2018"
33
---
44

5-
Back in July, we talked about ["Rust 2018"]. In short, we're adding a new
6-
concept to Rust, "Editions." Editions are a way of showing larger progress
7-
than our six-week release cycle, and will happen on a roughly three-year
8-
cycle. Rust 1.0 was "Rust 2015," and Rust 1.31 will be "Rust 2018."
5+
Back in July, we talked about ["Rust 2018"]. In short, we are launching a
6+
cycle of long-term milestones called "Editions". Editions are a way to
7+
capture the progress delivered incrementally by our ordinary six-week release
8+
cycle -- and focus Rust libraries, tooling, and documentation cohesively
9+
around it. Editions will be selected roughly every three years: Rust 1.0 was
10+
"Rust 2015" and Rust 1.31 will be "Rust 2018". Each edition has a theme;
11+
Rust 2015's was "stability", and Rust 2018's is "productivity."
912

1013
We've been [testing Rust 2018 for a while already], and things are looking
1114
pretty good! We have just under six weeks until Rust 1.31 ships, and so
@@ -29,7 +32,7 @@ helping us make Rust even better. <3
2932
## Setup: install Rust beta
3033

3134
First things first, you'll need to install the beta release channel of Rust.
32-
With Rustup, it's as easy as:
35+
With [Rustup], it's as easy as:
3336

3437
```console
3538
$ rustup install beta
@@ -46,6 +49,8 @@ $ cargo +beta build
4649
This lets you stick to stable as the default, while using beta for your
4750
experiments.
4851

52+
[Rustup]: https://www.rust-lang.org/en-US/install.html
53+
4954
## Start a new project
5055

5156
To start a new project with Rust 2018:

0 commit comments

Comments
 (0)