2
2
title : " Help test Rust 2018"
3
3
---
4
4
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."
9
12
10
13
We've been [ testing Rust 2018 for a while already] , and things are looking
11
14
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
29
32
## Setup: install Rust beta
30
33
31
34
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:
33
36
34
37
``` console
35
38
$ rustup install beta
@@ -46,6 +49,8 @@ $ cargo +beta build
46
49
This lets you stick to stable as the default, while using beta for your
47
50
experiments.
48
51
52
+ [ Rustup ] : https://www.rust-lang.org/en-US/install.html
53
+
49
54
## Start a new project
50
55
51
56
To start a new project with Rust 2018:
0 commit comments