From df48fbe2238017d6ee0d6add2c7285556d8322a9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 25 Feb 2025 08:37:41 +0100 Subject: [PATCH] Add post "Rust edition 2024 annotated" This post provides a walkthrough of all the breaking changes, with explanations and discussion of impact. --- draft/2025-02-26-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-02-26-this-week-in-rust.md b/draft/2025-02-26-this-week-in-rust.md index 437d0288c..9ffbad1c2 100644 --- a/draft/2025-02-26-this-week-in-rust.md +++ b/draft/2025-02-26-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Rust edition 2024 annotated](https://bertptrs.nl/2025/02/23/rust-edition-2024-annotated.html) + ### Research ### Miscellaneous