Skip to content

Commit a942db3

Browse files
committed
Revise the Rust 2024 call for testing
Let's do a bit more to get people excited, and tighten up some language here. For the team in the by-line, it'd be best if we had a website for our team, but for the moment, let's just link to the edition guide rather than to the team TOML file.
1 parent 9fc40a0 commit a942db3

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed
+14-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
---
22
layout: post
33
title: "Rust 2024 call for testing"
4-
author: Eric Huss
5-
team: the Edition 2024 Project Group <https://github.com/rust-lang/team/blob/f4a9c02d725256b064a18003ffd3e496dfed4b1b/teams/project-edition-2024.toml>
4+
author: "Eric Huss & TC"
5+
team: the Edition 2024 Project Group <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html>
66
---
77

88
# Rust 2024 call for testing
99

10-
We are happy to announce that the Rust 2024 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 2021 to Rust 2024. If you'd like to learn more about the changes that are part of Rust 2024, check out the [nightly version of the Edition Guide](https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html).
10+
We've been hard at work on Rust 2024. We're thrilled about how it has turned out. It's going to be the largest edition since Rust 2015. It has a great many improvements that make the language more consistent and ergonomic, that further upon our relentless commitment to safety, and that will open the door to long-awaited features such as `gen` blocks, `let` chains, and the never (`!`) type. For more on the changes, see the nightly [Edition Guide](https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html).
1111

12-
### Public testing period
12+
As planned, we recently merged the feature-complete Rust 2024 edition [to the release train](https://github.com/rust-lang/rust/pull/133349) for Rust 1.85. It has now entered **nightly beta**.
1313

14-
We are asking for the public to help test the 2024 edition by trying out the migration in your projects using the nightly channel. As always, we expect this to be a largely automated process. The steps to try out the Rust 2024 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)):
14+
You can help right now to make this edition a success by testing Rust 2024 on your own projects using nightly Rust. Migrating your projects to the new edition is straightforward and mostly automated. Here's how:
1515

16-
1. Install the most recent nightly: `rustup update nightly`.
17-
2. Run `cargo +nightly fix --edition`.
16+
1. Install the most recent nightly with `rustup update nightly`.
17+
2. In your project, run `cargo +nightly fix --edition`.
1818
3. Edit `Cargo.toml` and change the edition field to say `edition = "2024"`.
19-
4. Run `cargo +nightly check` to verify it now works in the new edition.
20-
5. Run some tests and kick the tires on the new features!
19+
4. Run `cargo +nightly check` to verify your project now works in the new edition.
20+
5. Run some tests, and try out the new features!
2121

22-
If you encounter any problems or find areas where quality could be improved (missing documentation, confusing error messages, etc) please [file an issue](https://github.com/rust-lang/rust/issues/new/choose) and tell us about it! Thank you!
22+
(More details on how to migrate can be found [here](https://doc.rust-lang.org/nightly/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html) and within each of the [chapters](https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html) describing the changes in Rust 2024.)
2323

24-
### What comes next
24+
If you encounter any problems or see areas where we could make the experience better, tell us about it by [filing an issue](https://github.com/rust-lang/rust/issues/new/choose).
2525

26-
Rust 2024 is scheduled to hit stable in Rust 1.85, which will be released on February 20th, 2025.
26+
### Coming next
27+
28+
Rust 2024 will enter the beta channel on 2025-01-09, and will be released to stable Rust with Rust 1.85 on 2025-02-20.

0 commit comments

Comments
 (0)