Skip to content

Commit 81336c9

Browse files
committed
add a little info table for each edition
1 parent 7bef7ba commit 81336c9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/rust-2018/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Rust 2018
22

3+
| Info | |
4+
| --- | --- |
5+
| RFC | [#2052](https://rust-lang.github.io/rfcs/2052-epochs.html), which also proposed the Edition system |
6+
| Release version | [1.31.0](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html) |
7+
38
The edition system was created for the release of Rust 2018. The release of the Rust 2018 edition coincided with a number of other features all coordinated around the theme of *productivity*. The majority of those features were backwards compatible and are now available on all editions; however, some of those changes required the edition mechanism (most notably the [module system changes](path-changes.md)).
9+
s

src/rust-2021/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
🚧 The 2021 Edition has not yet been released and hence this section is still "under construction".
44

5+
| Info | |
6+
| --- | --- |
7+
| RFC | [#3085](https://github.com/rust-lang/rfcs/pull/3085) |
8+
| Release version | 1.56.0 (anticipated) |
9+
510
The Rust 2021 Edition is currently slated for release in Rust 1.56.0.
611
Rust 1.56.0 will then be in beta for six weeks,
712
after which it is released as stable on October 21st.

0 commit comments

Comments
 (0)