diff --git a/draft/2025-06-18-this-week-in-rust.md b/draft/2025-06-18-this-week-in-rust.md index 8a1b557bd..91d7137c9 100644 --- a/draft/2025-06-18-this-week-in-rust.md +++ b/draft/2025-06-18-this-week-in-rust.md @@ -1,6 +1,7 @@ Title: This Week in Rust 604 Number: 604 Date: 2025-06-18 + Category: This Week in Rust Hello and welcome to another issue of *This Week in Rust*! @@ -46,6 +47,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Don't you dare to sort your struct fields when using ?Sized](https://blog.veeso.dev/blog/en/dont-you-dare-to-sort-your-struct-fields-when-using-sized/) + ### Rust Walkthroughs ### Research