Skip to content

Commit 61e5597

Browse files
authored
Nightly edition guide
Clarify that this is the nightly edition guide
1 parent b554e31 commit 61e5597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2021-07-21-Rust-2021-public-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ team: the Edition 2021 Project Group <https://www.rust-lang.org/governance/teams
77

88
# Rust 2021 public testing period
99

10-
We are happy to announce that the Rust 2021 edition is entering its **public testing period**. All of the planned features for the edition are now available on nightly builds along with migrations that should move your code from Rust 2018 to Rust 2021. If you'd like to learn more about the changes that are part of Rust 2021, check out the [Edition Guide](https://doc.rust-lang.org/nightly/edition-guide/rust-2021/index.html).
10+
We are happy to announce that the Rust 2021 edition is entering its **public testing period**. All of the planned features for the edition are now available on nightly builds along with migrations that should move your code from Rust 2018 to Rust 2021. If you'd like to learn more about the changes that are part of Rust 2021, check out the [nightly version of the Edition Guide](https://doc.rust-lang.org/nightly/edition-guide/rust-2021/index.html).
1111

1212
### Public testing period
1313

14-
As we enter the public testing period, **we are encouraging adventurous users to test migrating their crates over to Rust 2021.** As always, we expect this to be a largely automated process. The steps to try out the Rust 2021 Edition as follows (more detailed directions can be found [in the Edition Guide](https://doc.rust-lang.org/nightly/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html)):
14+
As we enter the public testing period, **we are encouraging adventurous users to test migrating their crates over to Rust 2021.** As always, we expect this to be a largely automated process. The steps to try out the Rust 2021 Edition as follows ([more detailed directions can be found here](https://doc.rust-lang.org/nightly/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html)):
1515

1616
1. Install the most recent nightly: `rustup update nightly`.
1717
2. Run `cargo +nightly fix --edition`.

0 commit comments

Comments
 (0)