Skip to content

Commit 8848ad8

Browse files
committed
Add footnote describing "nightly beta"
1 parent d9ae53d commit 8848ad8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posts/2024-11-27-Rust-2024-public-testing.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ team: the Edition 2024 Project Group <https://doc.rust-lang.org/nightly/edition-
99

1010
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-
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**.
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**[^1].
1313

1414
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

@@ -26,3 +26,5 @@ If you encounter any problems or see areas where we could make the experience be
2626
### Coming next
2727

2828
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.
29+
30+
[^1]: That is, it's still in nightly (not in the beta channel), but the edition items are frozen in a way similar to it being in the beta channel, and as with any beta, we'd like wide testing.

0 commit comments

Comments
 (0)