We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e4cd43 + 0f616a6 commit 5a65e2aCopy full SHA for 5a65e2a
src/appendix-05-editions.md
@@ -24,8 +24,9 @@ Editions serve different purposes for different people:
24
- For those developing Rust, a new edition provides a rallying point for the
25
project as a whole.
26
27
-At the time of this writing, three Rust editions are available: Rust 2015, Rust
28
-2018, and Rust 2021. This book is written using Rust 2021 edition idioms.
+At the time of this writing, four Rust editions are available: Rust 2015, Rust
+2018, Rust 2021, and Rust 2024. This book is written using Rust 2024 edition
29
+idioms.
30
31
The `edition` key in _Cargo.toml_ indicates which edition the compiler should
32
use for your code. If the key doesn’t exist, Rust uses `2015` as the edition
0 commit comments